#66122D

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

Shades of Pohutukawa #66122D

Tints of Pohutukawa #66122D

Color information

#66122D (or 0x66122D) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 2D. RGB value is (102,18,45). Sum of RGB (Red+Green+Blue) = 102+18+45=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66122D is #99EDD2. Grayscale: #2E2E2E. Windows color (decimal): -10087891 or 2953830. OLE color: 2953830.

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

Color convert

RGB1021845-
CMYK00.820.560.6
HSL340.71º70%23.53%-
HSV(B)340.71º82.35%40%-
XYZ6.173.452.82-
YUV46.19127.33167.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 18 (7.42% from 255) = 10.91%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=61.82%
G=10.91%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102184500.820.560.6340.717023.53
Hex66122D052383C1554618
Octal14622550122707452510630
Binary11001101001010110101010010111000111100101010101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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