#66050A

Color #66050A Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #66050A

Tints of Pohutukawa #66050A

Color information

#66050A (or 0x66050A) is unknown color: approx Pohutukawa. HEX triplet: 66, 05 and 0A. RGB value is (102,5,10). Sum of RGB (Red+Green+Blue) = 102+5+10=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66050A is #99FAF5. Grayscale: #222222. Windows color (decimal): -10091254 or 656742. OLE color: 656742.

HSL color Cylindrical-coordinate representation of color #66050A: hue angle of 356.91º 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 #66050A is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB102510-
CMYK00.950.900.6
HSL356.91º90.65%20.98%-
HSV(B)356.91º95.1%40%-
XYZ5.592.960.56-
YUV34.57114.14176.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=87.18%
G=4.27%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10251000.950.900.6356.9190.6520.98
Hex665A05F5A3C1655b15
Octal14651201371327454513325
Binary11001101011010010111111011010111100101100101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66050A;
 }
 .AnyTagClassName
 {
   color: #66050A;
 }
</style>
background-color css

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

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

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

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

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

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