Html Css Color HEX #4D100F Red Oxide

📋 copy color: '#4D100F'

red 77 ◦ green 16 ◦ blue 15

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

Shades of Red Oxide #4D100F

Tints of Red Oxide #4D100F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.89%

R = 71.3%
G = 14.81%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.70

RGB Variations

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

Color information

#4D100F (or 0x4D100F) is known color: Red Oxide. HEX triplet: 4D, 10 and 0F. RGB value is (77,16,15). Sum of RGB (Red+Green+Blue) = 77+16+15=108 (14% of max value = 765). Red value is 77 (30.47% from 255 or 71.30% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 77 - color contains mainly: red. Hex color #4D100F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D100F is #B2EFF0. Grayscale: #222222. Windows color (decimal): -11726833 or 987213. OLE color: 987213.

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

Color convert

RGB 77 16 15 -
CMYK 0 0.79 0.81 0.70
HSL 0.97º 0.67% 0.18% -
HSV(B) 0.97º 0.81% 0.3% -
XYZ 3.33 1.98 0.66 -
YUV 34.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 77 16 15 0 0.79 0.81 0.70 0.97 0.67 0.18
Hex 4D 10 F 0 4F 51 46 1 43 12
Octal 115 20 17 0 117 121 106 1 103 22
Binary 1001101 10000 1111 0 1001111 1010001 1000110 1 1000011 10010

Color Harmonies of #4D100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D100F

Black with #4D100F

Text Example


Text Example

White with #4D100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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