Html Css Color HEX #691827 Pohutukawa

📋 copy color: '#691827'

red 105 ◦ green 24 ◦ blue 39

#691827
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #691827

Tints of Pohutukawa #691827

RGB

 RED value IS 105 (41.41% from 255) = 62.5%

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 62.5%
G = 14.29%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#691827 (or 0x691827) is known color: Pohutukawa. HEX triplet: 69, 18 and 27. RGB value is (105,24,39). Sum of RGB (Red+Green+Blue) = 105+24+39=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #691827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691827 is #96E7D8. Grayscale: #313131. Windows color (decimal): -9889753 or 2562153. OLE color: 2562153.

HSL color Cylindrical-coordinate representation of color #691827: hue angle of 348.89º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #691827 is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 24 39 -
CMYK 0 0.77 0.63 0.59
HSL 348.89º 0.63% 0.25% -
HSV(B) 348.89º 0.77% 0.41% -
XYZ 6.52 3.8 2.31 -
YUV 49.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 105 24 39 0 0.77 0.63 0.59 348.89 0.63 0.25
Hex 69 18 27 0 4D 3F 3B 15D 3F 19
Octal 151 30 47 0 115 77 73 535 77 31
Binary 1101001 11000 100111 0 1001101 111111 111011 101011101 111111 11001

Color Harmonies of #691827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691827

Black with #691827

Text Example


Text Example

White with #691827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691827; }

 p { color: rgb(105,24,39); }

 H1.HeaderClassName
 {
   color: #691827;
 }
 .AnyTagClassName
 {
   color: #691827;
 }
</style>

background-color css

<style>
 a { background-color: #691827; }

 a { background-color: rgb(105,24,39); }

 div.DivClassName
 {
   background-color: #691827;
 }
 .BgClassName
 {
   background-color: #691827;
 }
</style>

border-color css

<style>
 span { border-color: #691827; }

 span { border-color: rgb(105,24,39); }

 td.TdClassName
 {
   border-color: #691827;
 }
 .TagClassName
 {
   border-color: #691827;
 }
</style>