Html Css Color HEX #4D110B Red Oxide

📋 copy color: '#4D110B'

red 77 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #4D110B

Tints of Red Oxide #4D110B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

 BLUE value IS 11 (4.69% from 255) = 10.48%

R = 73.33%
G = 16.19%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D110B (or 0x4D110B) is known color: Red Oxide. HEX triplet: 4D, 11 and 0B. RGB value is (77,17,11). Sum of RGB (Red+Green+Blue) = 77+17+11=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D110B is #B2EEF4. Grayscale: #222222. Windows color (decimal): -11726581 or 725325. OLE color: 725325.

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

Color convert

RGB 77 17 11 -
CMYK 0 0.78 0.86 0.70
HSL 5.45º 0.75% 0.17% -
HSV(B) 5.45º 0.86% 0.3% -
XYZ 3.32 2 0.53 -
YUV 34.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 77 17 11 0 0.78 0.86 0.70 5.45 0.75 0.17
Hex 4D 11 B 0 4E 56 46 5 4B 11
Octal 115 21 13 0 116 126 106 5 113 21
Binary 1001101 10001 1011 0 1001110 1010110 1000110 101 1001011 10001

Color Harmonies of #4D110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D110B

Black with #4D110B

Text Example


Text Example

White with #4D110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,11); }

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

background-color css

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

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

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

border-color css

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

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

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