#4F1716

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

Shades of Red Oxide #4F1716

Tints of Red Oxide #4F1716

Color information

#4F1716 (or 0x4F1716) is unknown color: approx Red Oxide. HEX triplet: 4F, 17 and 16. RGB value is (79,23,22). Sum of RGB (Red+Green+Blue) = 79+23+22=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1716 is #B0E8E9. Grayscale: #272727. Windows color (decimal): -11593962 or 1447759. OLE color: 1447759.

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

Color convert

RGB792322-
CMYK00.710.720.69
HSL1.05º56.44%19.8%-
HSV(B)1.05º72.15%30.98%-
XYZ3.682.331.02-
YUV39.63118.05156.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 63.71%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=63.71%
G=18.55%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79232200.710.720.691.0556.4419.8
Hex4F1716047484513814
Octal1172726010711010517024
Binary100111110111101100100011110010001000101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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