Html Css Color HEX #66040D Pohutukawa

📋 copy color: '#66040D'

red 102 ◦ green 4 ◦ blue 13

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

Shades of Pohutukawa #66040D

Tints of Pohutukawa #66040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.92%

R = 85.71%
G = 3.36%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#66040D (or 0x66040D) is known color: Pohutukawa. HEX triplet: 66, 04 and 0D. RGB value is (102,4,13). Sum of RGB (Red+Green+Blue) = 102+4+13=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #66040D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66040D is #99FBF2. Grayscale: #222222. Windows color (decimal): -10091507 or 853094. OLE color: 853094.

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

Color convert

RGB 102 4 13 -
CMYK 0 0.96 0.87 0.6
HSL 354.49º 0.92% 0.21% -
HSV(B) 354.49º 0.96% 0.4% -
XYZ 5.6 2.94 0.65 -
YUV 34.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 102 4 13 0 0.96 0.87 0.6 354.49 0.92 0.21
Hex 66 4 D 0 60 57 3C 162 5C 15
Octal 146 4 15 0 140 127 74 542 134 25
Binary 1100110 100 1101 0 1100000 1010111 111100 101100010 1011100 10101

Color Harmonies of #66040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66040D

Black with #66040D

Text Example


Text Example

White with #66040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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