#4F160A

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

Shades of Red Oxide #4F160A

Tints of Red Oxide #4F160A

Color information

#4F160A (or 0x4F160A) is unknown color: approx Red Oxide. HEX triplet: 4F, 16 and 0A. RGB value is (79,22,10). Sum of RGB (Red+Green+Blue) = 79+22+10=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F160A is #B0E9F5. Grayscale: #252525. Windows color (decimal): -11594230 or 661071. OLE color: 661071.

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

Color convert

RGB792210-
CMYK00.720.870.69
HSL10.43º77.53%17.45%-
HSV(B)10.43º87.34%30.98%-
XYZ3.572.260.54-
YUV37.67112.38157.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.17%
GREEN value IS 22 (8.98% from 255) = 19.82%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=71.17%
G=19.82%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.87
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79221000.720.870.6910.4377.5317.45
Hex4F16A0485745a4e11
Octal117261201101271051211621
Binary100111110110101001001000101011110001011010100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,10); }

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

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

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

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

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

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

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