#4F150C

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

Shades of Red Oxide #4F150C

Tints of Red Oxide #4F150C

Color information

#4F150C (or 0x4F150C) is unknown color: approx Red Oxide. HEX triplet: 4F, 15 and 0C. RGB value is (79,21,12). Sum of RGB (Red+Green+Blue) = 79+21+12=112 (14% of max value = 765). Red value is 79 (31.25% from 255 or 70.54% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 79 - color contains mainly: red. Hex color #4F150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F150C is #B0EAF3. Grayscale: #252525. Windows color (decimal): -11594484 or 791887. OLE color: 791887.

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

Color convert

RGB792112-
CMYK00.730.850.69
HSL8.06º73.63%17.84%-
HSV(B)8.06º84.81%30.98%-
XYZ3.562.230.59-
YUV37.32113.72157.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 70.54%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=70.54%
G=18.75%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79211200.730.850.698.0673.6317.84
Hex4F15C049554584a12
Octal117251401111251051011222
Binary100111110101110001001001101010110001011000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F150C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,21,12); }

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

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

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

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

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

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

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