#4F1308

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

Shades of Red Oxide #4F1308

Tints of Red Oxide #4F1308

Color information

#4F1308 (or 0x4F1308) is unknown color: approx Red Oxide. HEX triplet: 4F, 13 and 08. RGB value is (79,19,8). Sum of RGB (Red+Green+Blue) = 79+19+8=106 (14% of max value = 765). Red value is 79 (31.25% from 255 or 74.53% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1308 is #B0ECF7. Grayscale: #232323. Windows color (decimal): -11595000 or 529231. OLE color: 529231.

HSL color Cylindrical-coordinate representation of color #4F1308: hue angle of 9.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F1308 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB79198-
CMYK00.760.900.69
HSL9.3º81.61%17.06%-
HSV(B)9.3º89.87%30.98%-
XYZ3.52.150.46-
YUV35.69112.38158.89-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 74.53%
GREEN value IS 19 (7.81% from 255) = 17.92%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=74.53%
G=17.92%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7919800.760.900.699.381.6117.06
Hex4F13804C5A4595211
Octal117231001141321051112221
Binary100111110011100001001100101101010001011001101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,19,8); }

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

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

 a { background-color: rgb(79,19,8); }

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

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

 span { border-color: rgb(79,19,8); }

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