Html Css Color HEX #66040F Pohutukawa

📋 copy color: '#66040F'

red 102 ◦ green 4 ◦ blue 15

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

Shades of Pohutukawa #66040F

Tints of Pohutukawa #66040F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.4%

R = 84.3%
G = 3.31%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66040F (or 0x66040F) is known color: Pohutukawa. HEX triplet: 66, 04 and 0F. RGB value is (102,4,15). Sum of RGB (Red+Green+Blue) = 102+4+15=121 (16% of max value = 765). Red value is 102 (40.23% from 255 or 84.30% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 102 - color contains mainly: red. Hex color #66040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040F is #99FBF0. Grayscale: #222222. Windows color (decimal): -10091505 or 984166. OLE color: 984166.

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

Color convert

RGB 102 4 15 -
CMYK 0 0.96 0.85 0.6
HSL 353.27º 0.92% 0.21% -
HSV(B) 353.27º 0.96% 0.4% -
XYZ 5.61 2.95 0.72 -
YUV 34.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 102 4 15 0 0.96 0.85 0.6 353.27 0.92 0.21
Hex 66 4 F 0 60 55 3C 161 5C 15
Octal 146 4 17 0 140 125 74 541 134 25
Binary 1100110 100 1111 0 1100000 1010101 111100 101100001 1011100 10101

Color Harmonies of #66040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66040F

Black with #66040F

Text Example


Text Example

White with #66040F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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