#66151D

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

Shades of Pohutukawa #66151D

Tints of Pohutukawa #66151D

Color information

#66151D (or 0x66151D) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 1D. RGB value is (102,21,29). Sum of RGB (Red+Green+Blue) = 102+21+29=152 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.11% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 102 - color contains mainly: red. Hex color #66151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151D is #99EAE2. Grayscale: #2E2E2E. Windows color (decimal): -10087139 or 1906022. OLE color: 1906022.

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

Color convert

RGB1022129-
CMYK00.790.720.6
HSL354.07º65.85%24.12%-
HSV(B)354.07º79.41%40%-
XYZ5.973.451.51-
YUV46.13118.34167.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.11%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 29 (11.72% from 255) = 19.08%
R=67.11%
G=13.82%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102212900.790.720.6354.0765.8524.12
Hex66151D04F483C1624218
Octal146253501171107454210230
Binary11001101010111101010011111001000111100101100010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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