#66151B

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

Shades of Pohutukawa #66151B

Tints of Pohutukawa #66151B

Color information

#66151B (or 0x66151B) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 1B. RGB value is (102,21,27). Sum of RGB (Red+Green+Blue) = 102+21+27=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #66151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151B is #99EAE4. Grayscale: #2D2D2D. Windows color (decimal): -10087141 or 1774950. OLE color: 1774950.

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

Color convert

RGB1022127-
CMYK00.790.740.6
HSL355.56º65.85%24.12%-
HSV(B)355.56º79.41%40%-
XYZ5.953.441.39-
YUV45.9117.34168.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 27 (10.94% from 255) = 18%
R=68%
G=14%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102212700.790.740.6355.5665.8524.12
Hex66151B04F4A3C1644218
Octal146253301171127454410230
Binary11001101010111011010011111001010111100101100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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