#4F1E1D

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

Shades of Red Oxide #4F1E1D

Tints of Red Oxide #4F1E1D

Color information

#4F1E1D (or 0x4F1E1D) is unknown color: approx Red Oxide. HEX triplet: 4F, 1E and 1D. RGB value is (79,30,29). Sum of RGB (Red+Green+Blue) = 79+30+29=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 30 (12.11% from 255 or 21.74% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E1D is #B0E1E2. Grayscale: #2C2C2C. Windows color (decimal): -11592163 or 1908303. OLE color: 1908303.

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

Color convert

RGB793029-
CMYK00.620.630.69
HSL1.2º46.3%21.18%-
HSV(B)1.2º63.29%30.98%-
XYZ3.912.681.47-
YUV44.54119.23152.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 57.25%
GREEN value IS 30 (12.11% from 255) = 21.74%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=57.25%
G=21.74%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79302900.620.630.691.246.321.18
Hex4F1E1D03E3F4512e15
Octal11736350767710515625
Binary1001111111101110101111101111111000101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,30,29); }

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

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

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

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

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

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

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