Html Css Color HEX #4E110C Red Oxide

📋 copy color: '#4E110C'

red 78 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #4E110C

Tints of Red Oxide #4E110C

RGB

 RED value IS 78 (30.86% from 255) = 72.9%

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

 BLUE value IS 12 (5.08% from 255) = 11.21%

R = 72.9%
G = 15.89%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.69

RGB Variations

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

Color information

#4E110C (or 0x4E110C) is known color: Red Oxide. HEX triplet: 4E, 11 and 0C. RGB value is (78,17,12). Sum of RGB (Red+Green+Blue) = 78+17+12=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E110C is #B1EEF3. Grayscale: #222222. Windows color (decimal): -11661044 or 790862. OLE color: 790862.

HSL color Cylindrical-coordinate representation of color #4E110C: hue angle of 4.55º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E110C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 17 12 -
CMYK 0 0.78 0.85 0.69
HSL 4.55º 0.73% 0.18% -
HSV(B) 4.55º 0.85% 0.31% -
XYZ 3.41 2.05 0.56 -
YUV 34.67 115.21 158.91 -
System Red Green Blue C M Y K H S L
Decimal 78 17 12 0 0.78 0.85 0.69 4.55 0.73 0.18
Hex 4E 11 C 0 4E 55 45 5 49 12
Octal 116 21 14 0 116 125 105 5 111 22
Binary 1001110 10001 1100 0 1001110 1010101 1000101 101 1001001 10010

Color Harmonies of #4E110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E110C

Black with #4E110C

Text Example


Text Example

White with #4E110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,17,12); }

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

background-color css

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

 a { background-color: rgb(78,17,12); }

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

border-color css

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

 span { border-color: rgb(78,17,12); }

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