#66051B

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

Shades of Pohutukawa #66051B

Tints of Pohutukawa #66051B

Color information

#66051B (or 0x66051B) is unknown color: approx Pohutukawa. HEX triplet: 66, 05 and 1B. RGB value is (102,5,27). Sum of RGB (Red+Green+Blue) = 102+5+27=134 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.12% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 102 - color contains mainly: red. Hex color #66051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66051B is #99FAE4. Grayscale: #242424. Windows color (decimal): -10091237 or 1770854. OLE color: 1770854.

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

Color convert

RGB102527-
CMYK00.950.740.6
HSL346.39º90.65%20.98%-
HSV(B)346.39º95.1%40%-
XYZ5.733.011.32-
YUV36.51122.64174.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 76.12%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=76.12%
G=3.73%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10252700.950.740.6346.3990.6520.98
Hex6651B05F4A3C15a5b15
Octal14653301371127453213325
Binary110011010111011010111111001010111100101011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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