#4F160C

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

Shades of Red Oxide #4F160C

Tints of Red Oxide #4F160C

Color information

#4F160C (or 0x4F160C) is unknown color: approx Red Oxide. HEX triplet: 4F, 16 and 0C. RGB value is (79,22,12). Sum of RGB (Red+Green+Blue) = 79+22+12=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F160C is #B0E9F3. Grayscale: #262626. Windows color (decimal): -11594228 or 792143. OLE color: 792143.

HSL color Cylindrical-coordinate representation of color #4F160C: hue angle of 8.96º 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 #4F160C is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB792212-
CMYK00.720.850.69
HSL8.96º73.63%17.84%-
HSV(B)8.96º84.81%30.98%-
XYZ3.582.260.6-
YUV37.9113.38157.31-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.91%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=69.91%
G=19.47%
B=10.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79221200.720.850.698.9673.6317.84
Hex4F16C048554594a12
Octal117261401101251051111222
Binary100111110110110001001000101010110001011001100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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