#60152A

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

Shades of Pohutukawa #60152A

Tints of Pohutukawa #60152A

Color information

#60152A (or 0x60152A) is unknown color: approx Pohutukawa. HEX triplet: 60, 15 and 2A. RGB value is (96,21,42). Sum of RGB (Red+Green+Blue) = 96+21+42=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #60152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60152A is #9FEAD5. Grayscale: #2D2D2D. Windows color (decimal): -10480342 or 2757984. OLE color: 2757984.

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

Color convert

RGB962142-
CMYK00.780.560.62
HSL343.2º64.1%22.94%-
HSV(B)343.2º78.12%37.65%-
XYZ5.513.192.52-
YUV45.82125.85163.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 21 (8.59% from 255) = 13.21%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=60.38%
G=13.21%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96214200.780.560.62343.264.122.94
Hex60152A04E383E1574017
Octal14025520116707652710027
Binary11000001010110101001001110111000111110101010111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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