#60152C

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

Shades of Pohutukawa #60152C

Tints of Pohutukawa #60152C

Color information

#60152C (or 0x60152C) is unknown color: approx Pohutukawa. HEX triplet: 60, 15 and 2C. RGB value is (96,21,44). Sum of RGB (Red+Green+Blue) = 96+21+44=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #60152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152C is #9FEAD3. Grayscale: #2E2E2E. Windows color (decimal): -10480340 or 2889056. OLE color: 2889056.

HSL color Cylindrical-coordinate representation of color #60152C: hue angle of 341.6º 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 #60152C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB962144-
CMYK00.780.540.62
HSL341.6º64.1%22.94%-
HSV(B)341.6º78.12%37.65%-
XYZ5.553.22.71-
YUV46.05126.85163.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=59.63%
G=13.04%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96214400.780.540.62341.664.122.94
Hex60152C04E363E1564017
Octal14025540116667652610027
Binary11000001010110110001001110110110111110101010110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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