#4F140B

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

Shades of Red Oxide #4F140B

Tints of Red Oxide #4F140B

Color information

#4F140B (or 0x4F140B) is unknown color: approx Red Oxide. HEX triplet: 4F, 14 and 0B. RGB value is (79,20,11). Sum of RGB (Red+Green+Blue) = 79+20+11=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F140B is #B0EBF4. Grayscale: #242424. Windows color (decimal): -11594741 or 726095. OLE color: 726095.

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

Color convert

RGB792011-
CMYK00.750.860.69
HSL7.94º75.56%17.65%-
HSV(B)7.94º86.08%30.98%-
XYZ3.542.190.55-
YUV36.61113.55158.23-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 71.82%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 11 (4.69% from 255) = 10%
R=71.82%
G=18.18%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79201100.750.860.697.9475.5617.65
Hex4F14B04B564584c12
Octal117241301131261051011422
Binary100111110100101101001011101011010001011000100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,20,11); }

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

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

 a { background-color: rgb(79,20,11); }

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

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

 span { border-color: rgb(79,20,11); }

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