#4F1D1C

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

Shades of Red Oxide #4F1D1C

Tints of Red Oxide #4F1D1C

Color information

#4F1D1C (or 0x4F1D1C) is unknown color: approx Red Oxide. HEX triplet: 4F, 1D and 1C. RGB value is (79,29,28). Sum of RGB (Red+Green+Blue) = 79+29+28=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D1C is #B0E2E3. Grayscale: #2B2B2B. Windows color (decimal): -11592420 or 1842511. OLE color: 1842511.

HSL color Cylindrical-coordinate representation of color #4F1D1C: hue angle of 1.18º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1D1C is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB792928-
CMYK00.630.650.69
HSL1.18º47.66%20.98%-
HSV(B)1.18º64.56%30.98%-
XYZ3.872.621.4-
YUV43.84119.06153.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 58.09%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=58.09%
G=21.32%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79292800.630.650.691.1847.6620.98
Hex4F1D1C03F414513015
Octal117353407710110516025
Binary10011111110111100011111110000011000101111000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,29,28); }

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

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

 a { background-color: rgb(79,29,28); }

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

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

 span { border-color: rgb(79,29,28); }

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