#60142A

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

Shades of Pohutukawa #60142A

Tints of Pohutukawa #60142A

Color information

#60142A (or 0x60142A) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 2A. RGB value is (96,20,42). Sum of RGB (Red+Green+Blue) = 96+20+42=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #60142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60142A is #9FEBD5. Grayscale: #2D2D2D. Windows color (decimal): -10480598 or 2757728. OLE color: 2757728.

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

Color convert

RGB962042-
CMYK00.790.560.62
HSL342.63º65.52%22.75%-
HSV(B)342.63º79.17%37.65%-
XYZ5.493.152.51-
YUV45.23126.18164.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.76%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=60.76%
G=12.66%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96204200.790.560.62342.6365.5222.75
Hex60142A04F383E1574217
Octal14024520117707652710227
Binary11000001010010101001001111111000111110101010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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