#66152A

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

Shades of Pohutukawa #66152A

Tints of Pohutukawa #66152A

Color information

#66152A (or 0x66152A) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 2A. RGB value is (102,21,42). Sum of RGB (Red+Green+Blue) = 102+21+42=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #66152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66152A is #99EAD5. Grayscale: #2F2F2F. Windows color (decimal): -10087126 or 2757990. OLE color: 2757990.

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

Color convert

RGB1022142-
CMYK00.790.590.6
HSL344.44º65.85%24.12%-
HSV(B)344.44º79.41%40%-
XYZ6.173.532.55-
YUV47.61124.84166.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 42 (16.80% from 255) = 25.45%
R=61.82%
G=12.73%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214200.790.590.6344.4465.8524.12
Hex66152A04F3B3C1584218
Octal14625520117737453010230
Binary11001101010110101001001111111011111100101011000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66152A; }

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

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

<style>
 a { background-color: #66152A; }

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

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

<style>
 span { border-color: #66152A; }

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

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