#4F1B19

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

Shades of Red Oxide #4F1B19

Tints of Red Oxide #4F1B19

Color information

#4F1B19 (or 0x4F1B19) is unknown color: approx Red Oxide. HEX triplet: 4F, 1B and 19. RGB value is (79,27,25). Sum of RGB (Red+Green+Blue) = 79+27+25=131 (17% of max value = 765). Red value is 79 (31.25% from 255 or 60.31% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1B19 is #B0E4E6. Grayscale: #2A2A2A. Windows color (decimal): -11592935 or 1645391. OLE color: 1645391.

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

Color convert

RGB792725-
CMYK00.660.680.69
HSL2.22º51.92%20.39%-
HSV(B)2.22º68.35%30.98%-
XYZ3.792.521.21-
YUV42.32118.23154.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 60.31%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=60.31%
G=20.61%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79272500.660.680.692.2251.9220.39
Hex4F1B19042444523414
Octal1173331010210410526424
Binary1001111110111100101000010100010010001011011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,25); }

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

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

 a { background-color: rgb(79,27,25); }

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

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

 span { border-color: rgb(79,27,25); }

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