Html Css Color HEX #4E1109 Red Oxide

📋 copy color: '#4E1109'

red 78 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #4E1109

Tints of Red Oxide #4E1109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 75%
G = 16.35%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E1109 (or 0x4E1109) is known color: Red Oxide. HEX triplet: 4E, 11 and 09. RGB value is (78,17,9). Sum of RGB (Red+Green+Blue) = 78+17+9=104 (13% of max value = 765). Red value is 78 (30.86% from 255 or 75% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1109 is #B1EEF6. Grayscale: #222222. Windows color (decimal): -11661047 or 594254. OLE color: 594254.

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

Color convert

RGB 78 17 9 -
CMYK 0 0.78 0.88 0.69
HSL 6.96º 0.79% 0.17% -
HSV(B) 6.96º 0.88% 0.31% -
XYZ 3.39 2.04 0.47 -
YUV 34.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 78 17 9 0 0.78 0.88 0.69 6.96 0.79 0.17
Hex 4E 11 9 0 4E 58 45 7 4F 11
Octal 116 21 11 0 116 130 105 7 117 21
Binary 1001110 10001 1001 0 1001110 1011000 1000101 111 1001111 10001

Color Harmonies of #4E1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1109

Black with #4E1109

Text Example


Text Example

White with #4E1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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