#60021D

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

Shades of Pohutukawa #60021D

Tints of Pohutukawa #60021D

Color information

#60021D (or 0x60021D) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 1D. RGB value is (96,2,29). Sum of RGB (Red+Green+Blue) = 96+2+29=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60021D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021D is #9FFDE2. Grayscale: #212121. Windows color (decimal): -10485219 or 1901152. OLE color: 1901152.

HSL color Cylindrical-coordinate representation of color #60021D: hue angle of 342.77º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60021D is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB96229-
CMYK00.980.700.62
HSL342.77º95.92%19.22%-
HSV(B)342.77º97.92%37.65%-
XYZ5.072.621.4-
YUV33.18125.64172.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75.59%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 29 (11.72% from 255) = 22.83%
R=75.59%
G=1.57%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622900.980.700.62342.7795.9219.22
Hex6021D062463E1576013
Octal14023501421067652714023
Binary11000001011101011000101000110111110101010111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60021D; }

 p { color: rgb(96,2,29); }

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

<style>
 a { background-color: #60021D; }

 a { background-color: rgb(96,2,29); }

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

<style>
 span { border-color: #60021D; }

 span { border-color: rgb(96,2,29); }

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