#66111a

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

Shades of Pohutukawa #66111A

Tints of Pohutukawa #66111A

Color information

#66111A (or 0x66111A) is unknown color: approx Pohutukawa. HEX triplet: 66, 11 and 1A. RGB value is (102,17,26). Sum of RGB (Red+Green+Blue) = 102+17+26=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #66111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66111A is #99EEE5. Grayscale: #2B2B2B. Windows color (decimal): -10088166 or 1708390. OLE color: 1708390.

HSL color Cylindrical-coordinate representation of color #66111A: hue angle of 353.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #66111A is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1021726-
CMYK00.830.750.6
HSL353.65º71.43%23.33%-
HSV(B)353.65º83.33%40%-
XYZ5.873.31.31-
YUV43.44118.16169.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 70.34%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=70.34%
G=11.72%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102172600.830.750.6353.6571.4323.33
Hex66111A0534B3C1624717
Octal146213201231137454210727
Binary11001101000111010010100111001011111100101100010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66111a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66111a; }

 p { color: rgb(102,17,26); }

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

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

 a { background-color: rgb(102,17,26); }

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

<style>
 span { border-color: #66111a; }

 span { border-color: rgb(102,17,26); }

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