#4D1716

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

Shades of Red Oxide #4D1716

Tints of Red Oxide #4D1716

Color information

#4D1716 (or 0x4D1716) is unknown color: approx Red Oxide. HEX triplet: 4D, 17 and 16. RGB value is (77,23,22). Sum of RGB (Red+Green+Blue) = 77+23+22=122 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.11% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1716 is #B2E8E9. Grayscale: #272727. Windows color (decimal): -11725034 or 1447757. OLE color: 1447757.

HSL color Cylindrical-coordinate representation of color #4D1716: hue angle of 1.09º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1716 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB772322-
CMYK00.700.710.70
HSL1.09º55.56%19.41%-
HSV(B)1.09º71.43%30.2%-
XYZ3.512.251.01-
YUV39.03118.39155.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 63.11%
GREEN value IS 23 (9.38% from 255) = 18.85%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=63.11%
G=18.85%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77232200.700.710.701.0955.5619.41
Hex4D1716046474613813
Octal1152726010610710617023
Binary100110110111101100100011010001111000110111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,23,22); }

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

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

 a { background-color: rgb(77,23,22); }

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

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

 span { border-color: rgb(77,23,22); }

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