#4F1210

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

Shades of Red Oxide #4F1210

Tints of Red Oxide #4F1210

Color information

#4F1210 (or 0x4F1210) is unknown color: approx Red Oxide. HEX triplet: 4F, 12 and 10. RGB value is (79,18,16). Sum of RGB (Red+Green+Blue) = 79+18+16=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1210 is #B0EDEF. Grayscale: #242424. Windows color (decimal): -11595248 or 1053263. OLE color: 1053263.

HSL color Cylindrical-coordinate representation of color #4F1210: hue angle of 1.9º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1210 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB791816-
CMYK00.770.800.69
HSL1.9º66.32%18.63%-
HSV(B)1.9º79.75%30.98%-
XYZ3.532.130.72-
YUV36.01116.71158.66-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.91%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 16 (6.64% from 255) = 14.16%
R=69.91%
G=15.93%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79181600.770.800.691.966.3218.63
Hex4F121004D504524213
Octal11722200115120105210223
Binary10011111001010000010011011010000100010110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,16); }

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

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

 a { background-color: rgb(79,18,16); }

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

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

 span { border-color: rgb(79,18,16); }

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