#66121F

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

Shades of Pohutukawa #66121F

Tints of Pohutukawa #66121F

Color information

#66121F (or 0x66121F) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 1F. RGB value is (102,18,31). Sum of RGB (Red+Green+Blue) = 102+18+31=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121F is #99EDE0. Grayscale: #2C2C2C. Windows color (decimal): -10087905 or 2036326. OLE color: 2036326.

HSL color Cylindrical-coordinate representation of color #66121F: hue angle of 350.71º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66121F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1021831-
CMYK00.820.700.6
HSL350.71º70%23.53%-
HSV(B)350.71º82.35%40%-
XYZ5.943.361.63-
YUV44.6120.33168.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 18 (7.42% from 255) = 11.92%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=67.55%
G=11.92%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102183100.820.700.6350.717023.53
Hex66121F052463C15f4618
Octal146223701221067453710630
Binary11001101001011111010100101000110111100101011111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66121F; }

 p { color: rgb(102,18,31); }

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

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

 a { background-color: rgb(102,18,31); }

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

<style>
 span { border-color: #66121F; }

 span { border-color: rgb(102,18,31); }

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