Html Css Color HEX #660409 Pohutukawa

📋 copy color: '#660409'

red 102 ◦ green 4 ◦ blue 9

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

Shades of Pohutukawa #660409

Tints of Pohutukawa #660409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.48%

 BLUE value IS 9 (3.91% from 255) = 7.83%

R = 88.7%
G = 3.48%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#660409 (or 0x660409) is known color: Pohutukawa. HEX triplet: 66, 04 and 09. RGB value is (102,4,9). Sum of RGB (Red+Green+Blue) = 102+4+9=115 (15% of max value = 765). Red value is 102 (40.23% from 255 or 88.70% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 102 - color contains mainly: red. Hex color #660409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660409 is #99FBF6. Grayscale: #212121. Windows color (decimal): -10091511 or 590950. OLE color: 590950.

HSL color Cylindrical-coordinate representation of color #660409: hue angle of 356.94º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660409 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 9 -
CMYK 0 0.96 0.91 0.6
HSL 356.94º 0.92% 0.21% -
HSV(B) 356.94º 0.96% 0.4% -
XYZ 5.57 2.93 0.53 -
YUV 33.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 102 4 9 0 0.96 0.91 0.6 356.94 0.92 0.21
Hex 66 4 9 0 60 5B 3C 165 5C 15
Octal 146 4 11 0 140 133 74 545 134 25
Binary 1100110 100 1001 0 1100000 1011011 111100 101100101 1011100 10101

Color Harmonies of #660409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660409

Black with #660409

Text Example


Text Example

White with #660409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660409; }

 p { color: rgb(102,4,9); }

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

background-color css

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

 a { background-color: rgb(102,4,9); }

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

border-color css

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

 span { border-color: rgb(102,4,9); }

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