#66151F

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

Shades of Pohutukawa #66151F

Tints of Pohutukawa #66151F

Color information

#66151F (or 0x66151F) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 1F. RGB value is (102,21,31). Sum of RGB (Red+Green+Blue) = 102+21+31=154 (20% of max value = 765). Red value is 102 (40.23% from 255 or 66.23% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 102 - color contains mainly: red. Hex color #66151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151F is #99EAE0. Grayscale: #2E2E2E. Windows color (decimal): -10087137 or 2037094. OLE color: 2037094.

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

Color convert

RGB1022131-
CMYK00.790.700.6
HSL352.59º65.85%24.12%-
HSV(B)352.59º79.41%40%-
XYZ5.993.461.65-
YUV46.36119.34167.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 66.23%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=66.23%
G=13.64%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102213100.790.700.6352.5965.8524.12
Hex66151F04F463C1614218
Octal146253701171067454110230
Binary11001101010111111010011111000110111100101100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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