#60152E

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

Shades of Pohutukawa #60152E

Tints of Pohutukawa #60152E

Color information

#60152E (or 0x60152E) is unknown color: approx Pohutukawa. HEX triplet: 60, 15 and 2E. RGB value is (96,21,46). Sum of RGB (Red+Green+Blue) = 96+21+46=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152E is #9FEAD1. Grayscale: #2E2E2E. Windows color (decimal): -10480338 or 3020128. OLE color: 3020128.

HSL color Cylindrical-coordinate representation of color #60152E: hue angle of 340º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60152E is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB962146-
CMYK00.780.520.62
HSL340º64.1%22.94%-
HSV(B)340º78.12%37.65%-
XYZ5.593.222.91-
YUV46.28127.85163.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=58.90%
G=12.88%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96214600.780.520.6234064.122.94
Hex60152E04E343E1544017
Octal14025560116647652410027
Binary11000001010110111001001110110100111110101010100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60152E; }

 p { color: rgb(96,21,46); }

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

<style>
 a { background-color: #60152E; }

 a { background-color: rgb(96,21,46); }

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

<style>
 span { border-color: #60152E; }

 span { border-color: rgb(96,21,46); }

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