Html Css Color HEX #661118 Pohutukawa

📋 copy color: '#661118'

red 102 ◦ green 17 ◦ blue 24

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

Shades of Pohutukawa #661118

Tints of Pohutukawa #661118

RGB

 RED value IS 102 (40.23% from 255) = 71.33%

 GREEN value IS 17 (7.03% from 255) = 11.89%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 71.33%
G = 11.89%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.6

RGB Variations

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

Color information

#661118 (or 0x661118) is known color: Pohutukawa. HEX triplet: 66, 11 and 18. RGB value is (102,17,24). Sum of RGB (Red+Green+Blue) = 102+17+24=143 (18% of max value = 765). Red value is 102 (40.23% from 255 or 71.33% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 102 - color contains mainly: red. Hex color #661118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661118 is #99EEE7. Grayscale: #2B2B2B. Windows color (decimal): -10088168 or 1577318. OLE color: 1577318.

HSL color Cylindrical-coordinate representation of color #661118: hue angle of 355.06º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661118 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 17 24 -
CMYK 0 0.83 0.76 0.6
HSL 355.06º 0.71% 0.23% -
HSV(B) 355.06º 0.83% 0.4% -
XYZ 5.84 3.29 1.19 -
YUV 43.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 102 17 24 0 0.83 0.76 0.6 355.06 0.71 0.23
Hex 66 11 18 0 53 4C 3C 163 47 17
Octal 146 21 30 0 123 114 74 543 107 27
Binary 1100110 10001 11000 0 1010011 1001100 111100 101100011 1000111 10111

Color Harmonies of #661118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661118

Black with #661118

Text Example


Text Example

White with #661118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661118; }

 p { color: rgb(102,17,24); }

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

background-color css

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

 a { background-color: rgb(102,17,24); }

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

border-color css

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

 span { border-color: rgb(102,17,24); }

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