#5F0213

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

Shades of Pohutukawa #5F0213

Tints of Pohutukawa #5F0213

Color information

#5F0213 (or 0x5F0213) is unknown color: approx Pohutukawa. HEX triplet: 5F, 02 and 13. RGB value is (95,2,19). Sum of RGB (Red+Green+Blue) = 95+2+19=116 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.90% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0213 is #A0FDEC. Grayscale: #1F1F1F. Windows color (decimal): -10550765 or 1245791. OLE color: 1245791.

HSL color Cylindrical-coordinate representation of color #5F0213: hue angle of 349.03º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5F0213 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.63.

Color convert

RGB95219-
CMYK00.980.800.63
HSL349.03º95.88%19.02%-
HSV(B)349.03º97.89%37.25%-
XYZ4.862.520.85-
YUV31.74120.81173.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 81.90%
GREEN value IS 2 (1.17% from 255) = 1.72%
BLUE value IS 19 (7.81% from 255) = 16.38%
R=81.90%
G=1.72%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9521900.980.800.63349.0395.8819.02
Hex5F213062503F15d6013
Octal13722301421207753514023
Binary10111111010011011000101010000111111101011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F0213; }

 p { color: rgb(95,2,19); }

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

<style>
 a { background-color: #5F0213; }

 a { background-color: rgb(95,2,19); }

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

<style>
 span { border-color: #5F0213; }

 span { border-color: rgb(95,2,19); }

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