#66162D

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

Shades of Pohutukawa #66162D

Tints of Pohutukawa #66162D

Color information

#66162D (or 0x66162D) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 2D. RGB value is (102,22,45). Sum of RGB (Red+Green+Blue) = 102+22+45=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #66162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66162D is #99E9D2. Grayscale: #303030. Windows color (decimal): -10086867 or 2954854. OLE color: 2954854.

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

Color convert

RGB1022245-
CMYK00.780.560.6
HSL342.75º64.52%24.31%-
HSV(B)342.75º78.43%40%-
XYZ6.243.592.85-
YUV48.54126166.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=60.36%
G=13.02%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102224500.780.560.6342.7564.5224.31
Hex66162D04E383C1574118
Octal14626550116707452710130
Binary11001101011010110101001110111000111100101010111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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