#60142F

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

Shades of Pohutukawa #60142F

Tints of Pohutukawa #60142F

Color information

#60142F (or 0x60142F) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 2F. RGB value is (96,20,47). Sum of RGB (Red+Green+Blue) = 96+20+47=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142F is #9FEBD0. Grayscale: #2D2D2D. Windows color (decimal): -10480593 or 3085408. OLE color: 3085408.

HSL color Cylindrical-coordinate representation of color #60142F: hue angle of 338.68º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60142F is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB962047-
CMYK00.790.510.62
HSL338.68º65.52%22.75%-
HSV(B)338.68º79.17%37.65%-
XYZ5.593.193.01-
YUV45.8128.68163.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.90%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=58.90%
G=12.27%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96204700.790.510.62338.6865.5222.75
Hex60142F04F333E1534217
Octal14024570117637652310227
Binary11000001010010111101001111110011111110101010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60142F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60142F; }

 p { color: rgb(96,20,47); }

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

<style>
 a { background-color: #60142F; }

 a { background-color: rgb(96,20,47); }

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

<style>
 span { border-color: #60142F; }

 span { border-color: rgb(96,20,47); }

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