#66152B

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

Shades of Pohutukawa #66152B

Tints of Pohutukawa #66152B

Color information

#66152B (or 0x66152B) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 2B. RGB value is (102,21,43). Sum of RGB (Red+Green+Blue) = 102+21+43=166 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.45% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 102 - color contains mainly: red. Hex color #66152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66152B is #99EAD4. Grayscale: #2F2F2F. Windows color (decimal): -10087125 or 2823526. OLE color: 2823526.

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

Color convert

RGB1022143-
CMYK00.790.580.6
HSL343.7º65.85%24.12%-
HSV(B)343.7º79.41%40%-
XYZ6.183.542.64-
YUV47.73125.34166.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.45%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 43 (17.19% from 255) = 25.90%
R=61.45%
G=12.65%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102214300.790.580.6343.765.8524.12
Hex66152B04F3A3C1584218
Octal14625530117727453010230
Binary11001101010110101101001111111010111100101011000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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