#60021E

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

Shades of Pohutukawa #60021E

Tints of Pohutukawa #60021E

Color information

#60021E (or 0x60021E) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 1E. RGB value is (96,2,30). Sum of RGB (Red+Green+Blue) = 96+2+30=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60021E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021E is #9FFDE1. Grayscale: #212121. Windows color (decimal): -10485218 or 1966688. OLE color: 1966688.

HSL color Cylindrical-coordinate representation of color #60021E: hue angle of 342.13º 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 #60021E is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB96230-
CMYK00.980.690.62
HSL342.13º95.92%19.22%-
HSV(B)342.13º97.92%37.65%-
XYZ5.082.621.47-
YUV33.3126.14172.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=75%
G=1.56%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623000.980.690.62342.1395.9219.22
Hex6021E062453E1566013
Octal14023601421057652614023
Binary11000001011110011000101000101111110101010110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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