#60021F

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

Shades of Pohutukawa #60021F

Tints of Pohutukawa #60021F

Color information

#60021F (or 0x60021F) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 1F. RGB value is (96,2,31). Sum of RGB (Red+Green+Blue) = 96+2+31=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60021F is #9FFDE0. Grayscale: #212121. Windows color (decimal): -10485217 or 2032224. OLE color: 2032224.

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

Color convert

RGB96231-
CMYK00.980.680.62
HSL341.49º95.92%19.22%-
HSV(B)341.49º97.92%37.65%-
XYZ5.092.631.54-
YUV33.41126.64172.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 74.42%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=74.42%
G=1.55%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623100.980.680.62341.4995.9219.22
Hex6021F062443E1556013
Octal14023701421047652514023
Binary11000001011111011000101000100111110101010101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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