#66111B

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

Shades of Pohutukawa #66111B

Tints of Pohutukawa #66111B

Color information

#66111B (or 0x66111B) is unknown color: approx Pohutukawa. HEX triplet: 66, 11 and 1B. RGB value is (102,17,27). Sum of RGB (Red+Green+Blue) = 102+17+27=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 27 (10.94% from 255 or 18.49% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66111B is #99EEE4. Grayscale: #2B2B2B. Windows color (decimal): -10088165 or 1773926. OLE color: 1773926.

HSL color Cylindrical-coordinate representation of color #66111B: hue angle of 352.94º 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 #66111B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1021727-
CMYK00.830.740.6
HSL352.94º71.43%23.33%-
HSV(B)352.94º83.33%40%-
XYZ5.883.31.37-
YUV43.56118.66169.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 69.86%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 27 (10.94% from 255) = 18.49%
R=69.86%
G=11.64%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102172700.830.740.6352.9471.4323.33
Hex66111B0534A3C1614717
Octal146213301231127454110727
Binary11001101000111011010100111001010111100101100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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