#66161D

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

Shades of Pohutukawa #66161D

Tints of Pohutukawa #66161D

Color information

#66161D (or 0x66161D) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 1D. RGB value is (102,22,29). Sum of RGB (Red+Green+Blue) = 102+22+29=153 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.67% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 102 - color contains mainly: red. Hex color #66161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66161D is #99E9E2. Grayscale: #2E2E2E. Windows color (decimal): -10086883 or 1906278. OLE color: 1906278.

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

Color convert

RGB1022229-
CMYK00.780.720.6
HSL354.75º64.52%24.31%-
HSV(B)354.75º78.43%40%-
XYZ5.993.491.52-
YUV46.72118167.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.67%
GREEN value IS 22 (8.98% from 255) = 14.38%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=66.67%
G=14.38%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102222900.780.720.6354.7564.5224.31
Hex66161D04E483C1634118
Octal146263501161107454310130
Binary11001101011011101010011101001000111100101100011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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