Html Css Color HEX #4D100E Red Oxide

📋 copy color: '#4D100E'

red 77 ◦ green 16 ◦ blue 14

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

Shades of Red Oxide #4D100E

Tints of Red Oxide #4D100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 14 (5.86% from 255) = 13.08%

R = 71.96%
G = 14.95%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4D100E (or 0x4D100E) is known color: Red Oxide. HEX triplet: 4D, 10 and 0E. RGB value is (77,16,14). Sum of RGB (Red+Green+Blue) = 77+16+14=107 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.96% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 77 - color contains mainly: red. Hex color #4D100E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D100E is #B2EFF1. Grayscale: #222222. Windows color (decimal): -11726834 or 921677. OLE color: 921677.

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

Color convert

RGB 77 16 14 -
CMYK 0 0.79 0.82 0.70
HSL 1.9º 0.69% 0.18% -
HSV(B) 1.9º 0.82% 0.3% -
XYZ 3.33 1.98 0.62 -
YUV 34.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 77 16 14 0 0.79 0.82 0.70 1.9 0.69 0.18
Hex 4D 10 E 0 4F 52 46 2 45 12
Octal 115 20 16 0 117 122 106 2 105 22
Binary 1001101 10000 1110 0 1001111 1010010 1000110 10 1000101 10010

Color Harmonies of #4D100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D100E

Black with #4D100E

Text Example


Text Example

White with #4D100E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,16,14); }

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

background-color css

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

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

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

border-color css

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

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

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