#66121D

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

Shades of Pohutukawa #66121D

Tints of Pohutukawa #66121D

Color information

#66121D (or 0x66121D) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 1D. RGB value is (102,18,29). Sum of RGB (Red+Green+Blue) = 102+18+29=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66121D is #99EDE2. Grayscale: #2C2C2C. Windows color (decimal): -10087907 or 1905254. OLE color: 1905254.

HSL color Cylindrical-coordinate representation of color #66121D: hue angle of 352.14º 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 #66121D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1021829-
CMYK00.820.720.6
HSL352.14º70%23.53%-
HSV(B)352.14º82.35%40%-
XYZ5.923.351.5-
YUV44.37119.33169.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=68.46%
G=12.08%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102182900.820.720.6352.147023.53
Hex66121D052483C1604618
Octal146223501221107454010630
Binary11001101001011101010100101001000111100101100000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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