Html Css Color HEX #66040B Pohutukawa

📋 copy color: '#66040B'

red 102 ◦ green 4 ◦ blue 11

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

Shades of Pohutukawa #66040B

Tints of Pohutukawa #66040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.4%

R = 87.18%
G = 3.42%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66040B (or 0x66040B) is known color: Pohutukawa. HEX triplet: 66, 04 and 0B. RGB value is (102,4,11). Sum of RGB (Red+Green+Blue) = 102+4+11=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 4 (1.95% from 255 or 3.42% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040B is #99FBF4. Grayscale: #222222. Windows color (decimal): -10091509 or 722022. OLE color: 722022.

HSL color Cylindrical-coordinate representation of color #66040B: hue angle of 355.71º 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 #66040B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 11 -
CMYK 0 0.96 0.89 0.6
HSL 355.71º 0.92% 0.21% -
HSV(B) 355.71º 0.96% 0.4% -
XYZ 5.58 2.94 0.59 -
YUV 34.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 102 4 11 0 0.96 0.89 0.6 355.71 0.92 0.21
Hex 66 4 B 0 60 59 3C 164 5C 15
Octal 146 4 13 0 140 131 74 544 134 25
Binary 1100110 100 1011 0 1100000 1011001 111100 101100100 1011100 10101

Color Harmonies of #66040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66040B

Black with #66040B

Text Example


Text Example

White with #66040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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