#4F1004

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

Shades of Red Oxide #4F1004

Tints of Red Oxide #4F1004

Color information

#4F1004 (or 0x4F1004) is unknown color: approx Red Oxide. HEX triplet: 4F, 10 and 04. RGB value is (79,16,4). Sum of RGB (Red+Green+Blue) = 79+16+4=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1004 is #B0EFFB. Grayscale: #212121. Windows color (decimal): -11595772 or 266319. OLE color: 266319.

HSL color Cylindrical-coordinate representation of color #4F1004: hue angle of 9.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4F1004 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB79164-
CMYK00.800.950.69
HSL9.6º90.36%16.27%-
HSV(B)9.6º94.94%30.98%-
XYZ3.432.040.33-
YUV33.47111.37160.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 79.80%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=79.80%
G=16.16%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7916400.800.950.699.690.3616.27
Hex4F1040505F45a5a10
Octal11720401201371051213220
Binary10011111000010001010000101111110001011010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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