#66081A

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

Shades of Pohutukawa #66081A

Tints of Pohutukawa #66081A

Color information

#66081A (or 0x66081A) is unknown color: approx Pohutukawa. HEX triplet: 66, 08 and 1A. RGB value is (102,8,26). Sum of RGB (Red+Green+Blue) = 102+8+26=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66081A is #99F7E5. Grayscale: #262626. Windows color (decimal): -10090470 or 1706086. OLE color: 1706086.

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

Color convert

RGB102826-
CMYK00.920.750.6
HSL348.51º85.45%21.57%-
HSV(B)348.51º92.16%40%-
XYZ5.753.071.27-
YUV38.16121.14173.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=75%
G=5.88%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10282600.920.750.6348.5185.4521.57
Hex6681A05C4B3C15d5516
Octal146103201341137453512526
Binary1100110100011010010111001001011111100101011101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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