Html Css Color HEX #4D1515 Red Oxide

📋 copy color: '#4D1515'

red 77 ◦ green 21 ◦ blue 21

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

Shades of Red Oxide #4D1515

Tints of Red Oxide #4D1515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 64.71%
G = 17.65%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.70

RGB Variations

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

Color information

#4D1515 (or 0x4D1515) is known color: Red Oxide. HEX triplet: 4D, 15 and 15. RGB value is (77,21,21). Sum of RGB (Red+Green+Blue) = 77+21+21=119 (15% of max value = 765). Red value is 77 (30.47% from 255 or 64.71% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1515 is #B2EAEA. Grayscale: #252525. Windows color (decimal): -11725547 or 1381709. OLE color: 1381709.

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

Color convert

RGB 77 21 21 -
CMYK 0 0.73 0.73 0.70
HSL 0.57% 0.19% -
HSV(B) 0.73% 0.3% -
XYZ 3.46 2.17 0.95 -
YUV 37.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 77 21 21 0 0.73 0.73 0.70 0 0.57 0.19
Hex 4D 15 15 0 49 49 46 0 39 13
Octal 115 25 25 0 111 111 106 0 71 23
Binary 1001101 10101 10101 0 1001001 1001001 1000110 0 111001 10011

Color Harmonies of #4D1515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1515

Black with #4D1515

Text Example


Text Example

White with #4D1515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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