Html Css Color HEX #4D1513 Red Oxide

📋 copy color: '#4D1513'

red 77 ◦ green 21 ◦ blue 19

#4D1513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #4D1513

Tints of Red Oxide #4D1513

RGB

 RED value IS 77 (30.47% from 255) = 65.81%

 GREEN value IS 21 (8.59% from 255) = 17.95%

 BLUE value IS 19 (7.81% from 255) = 16.24%

R = 65.81%
G = 17.95%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.70

RGB Variations

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

Color information

#4D1513 (or 0x4D1513) is known color: Red Oxide. HEX triplet: 4D, 15 and 13. RGB value is (77,21,19). Sum of RGB (Red+Green+Blue) = 77+21+19=117 (15% of max value = 765). Red value is 77 (30.47% from 255 or 65.81% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1513 is #B2EAEC. Grayscale: #252525. Windows color (decimal): -11725549 or 1250637. OLE color: 1250637.

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

Color convert

RGB 77 21 19 -
CMYK 0 0.73 0.75 0.70
HSL 2.07º 0.6% 0.19% -
HSV(B) 2.07º 0.75% 0.3% -
XYZ 3.45 2.16 0.85 -
YUV 37.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 77 21 19 0 0.73 0.75 0.70 2.07 0.6 0.19
Hex 4D 15 13 0 49 4B 46 2 3C 13
Octal 115 25 23 0 111 113 106 2 74 23
Binary 1001101 10101 10011 0 1001001 1001011 1000110 10 111100 10011

Color Harmonies of #4D1513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1513

Black with #4D1513

Text Example


Text Example

White with #4D1513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,21,19); }

 H1.HeaderClassName
 {
   color: #4D1513;
 }
 .AnyTagClassName
 {
   color: #4D1513;
 }
</style>

background-color css

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

 a { background-color: rgb(77,21,19); }

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

border-color css

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

 span { border-color: rgb(77,21,19); }

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