#4F2020

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

Shades of Red Oxide #4F2020

Tints of Red Oxide #4F2020

Color information

#4F2020 (or 0x4F2020) is unknown color: approx Red Oxide. HEX triplet: 4F, 20 and 20. RGB value is (79,32,32). Sum of RGB (Red+Green+Blue) = 79+32+32=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2020 is #B0DFDF. Grayscale: #2E2E2E. Windows color (decimal): -11591648 or 2105423. OLE color: 2105423.

HSL color Cylindrical-coordinate representation of color #4F2020: hue angle of 0º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F2020 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB793232-
CMYK00.590.590.69
HSL42.34%21.76%-
HSV(B)59.49%30.98%-
XYZ42.81.7-
YUV46.05120.07151.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 55.24%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=55.24%
G=22.38%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79323200.590.590.69042.3421.76
Hex4F202003B3B4502a16
Octal11740400737310505226
Binary100111110000010000001110111110111000101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2020; }

 p { color: rgb(79,32,32); }

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

<style>
 a { background-color: #4F2020; }

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

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

<style>
 span { border-color: #4F2020; }

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

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