Html Css Color HEX #66050C Pohutukawa

📋 copy color: '#66050C'

red 102 ◦ green 5 ◦ blue 12

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

Shades of Pohutukawa #66050C

Tints of Pohutukawa #66050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 12 (5.08% from 255) = 10.08%

R = 85.71%
G = 4.2%
B = 10.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66050C (or 0x66050C) is known color: Pohutukawa. HEX triplet: 66, 05 and 0C. RGB value is (102,5,12). Sum of RGB (Red+Green+Blue) = 102+5+12=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #66050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66050C is #99FAF3. Grayscale: #222222. Windows color (decimal): -10091252 or 787814. OLE color: 787814.

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

Color convert

RGB 102 5 12 -
CMYK 0 0.95 0.88 0.6
HSL 355.67º 0.91% 0.21% -
HSV(B) 355.67º 0.95% 0.4% -
XYZ 5.6 2.96 0.62 -
YUV 34.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 102 5 12 0 0.95 0.88 0.6 355.67 0.91 0.21
Hex 66 5 C 0 5F 58 3C 164 5B 15
Octal 146 5 14 0 137 130 74 544 133 25
Binary 1100110 101 1100 0 1011111 1011000 111100 101100100 1011011 10101

Color Harmonies of #66050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66050C

Black with #66050C

Text Example


Text Example

White with #66050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66050C; }

 p { color: rgb(102,5,12); }

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

background-color css

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

 a { background-color: rgb(102,5,12); }

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

border-color css

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

 span { border-color: rgb(102,5,12); }

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