#66152D

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

Shades of Pohutukawa #66152D

Tints of Pohutukawa #66152D

Color information

#66152D (or 0x66152D) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 2D. RGB value is (102,21,45). Sum of RGB (Red+Green+Blue) = 102+21+45=168 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.71% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 102 - color contains mainly: red. Hex color #66152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66152D is #99EAD2. Grayscale: #2F2F2F. Windows color (decimal): -10087123 or 2954598. OLE color: 2954598.

HSL color Cylindrical-coordinate representation of color #66152D: hue angle of 342.22º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66152D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB1022145-
CMYK00.790.560.6
HSL342.22º65.85%24.12%-
HSV(B)342.22º79.41%40%-
XYZ6.223.552.84-
YUV47.96126.34166.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.71%
GREEN value IS 21 (8.59% from 255) = 12.5%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=60.71%
G=12.5%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214500.790.560.6342.2265.8524.12
Hex66152D04F383C1564218
Octal14625550117707452610230
Binary11001101010110110101001111111000111100101010110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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