#5F2220

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

Shades of Red Oxide #5F2220

Tints of Red Oxide #5F2220

Color information

#5F2220 (or 0x5F2220) is unknown color: approx Red Oxide. HEX triplet: 5F, 22 and 20. RGB value is (95,34,32). Sum of RGB (Red+Green+Blue) = 95+34+32=161 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.01% from 161); Green value is 34 (13.67% from 255 or 21.12% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2220 is #A0DDDF. Grayscale: #343434. Windows color (decimal): -10542560 or 2105951. OLE color: 2105951.

HSL color Cylindrical-coordinate representation of color #5F2220: hue angle of 1.9º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2220 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.63.

Color convert

RGB953432-
CMYK00.640.660.63
HSL1.9º49.61%24.9%-
HSV(B)1.9º66.32%37.25%-
XYZ5.553.681.78-
YUV52.01116.71158.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.01%
GREEN value IS 34 (13.67% from 255) = 21.12%
BLUE value IS 32 (12.89% from 255) = 19.88%
R=59.01%
G=21.12%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95343200.640.660.631.949.6124.9
Hex5F2220040423F23219
Octal137424001001027726231
Binary10111111000101000000100000010000101111111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,34,32); }

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

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

 a { background-color: rgb(95,34,32); }

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

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

 span { border-color: rgb(95,34,32); }

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