#4F2121

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

Shades of Red Oxide #4F2121

Tints of Red Oxide #4F2121

Color information

#4F2121 (or 0x4F2121) is unknown color: approx Red Oxide. HEX triplet: 4F, 21 and 21. RGB value is (79,33,33). Sum of RGB (Red+Green+Blue) = 79+33+33=145 (19% of max value = 765). Red value is 79 (31.25% from 255 or 54.48% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 33 (13.28% from 255 or 22.76% from 145); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2121 is #B0DEDE. Grayscale: #2E2E2E. Windows color (decimal): -11591391 or 2171215. OLE color: 2171215.

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

Color convert

RGB793333-
CMYK00.580.580.69
HSL41.07%21.96%-
HSV(B)58.23%30.98%-
XYZ4.042.861.78-
YUV46.75120.24151-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 54.48%
GREEN value IS 33 (13.28% from 255) = 22.76%
BLUE value IS 33 (13.28% from 255) = 22.76%
R=54.48%
G=22.76%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79333300.580.580.69041.0721.96
Hex4F212103A3A4502916
Octal11741410727210505126
Binary100111110000110000101110101110101000101010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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