#66151C

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

Shades of Pohutukawa #66151C

Tints of Pohutukawa #66151C

Color information

#66151C (or 0x66151C) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 1C. RGB value is (102,21,28). Sum of RGB (Red+Green+Blue) = 102+21+28=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 28 (11.33% from 255 or 18.54% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #66151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151C is #99EAE3. Grayscale: #2E2E2E. Windows color (decimal): -10087140 or 1840486. OLE color: 1840486.

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

Color convert

RGB1022128-
CMYK00.790.730.6
HSL354.81º65.85%24.12%-
HSV(B)354.81º79.41%40%-
XYZ5.963.441.45-
YUV46.02117.84167.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 28 (11.33% from 255) = 18.54%
R=67.55%
G=13.91%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102212800.790.730.6354.8165.8524.12
Hex66151C04F493C1634218
Octal146253401171117454310230
Binary11001101010111100010011111001001111100101100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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