Html Css Color HEX #4E1409 Red Oxide

📋 copy color: '#4E1409'

red 78 ◦ green 20 ◦ blue 9

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

Shades of Red Oxide #4E1409

Tints of Red Oxide #4E1409

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.69%

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

R = 72.9%
G = 18.69%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.69

RGB Variations

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

Color information

#4E1409 (or 0x4E1409) is known color: Red Oxide. HEX triplet: 4E, 14 and 09. RGB value is (78,20,9). Sum of RGB (Red+Green+Blue) = 78+20+9=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1409 is #B1EBF6. Grayscale: #242424. Windows color (decimal): -11660279 or 595022. OLE color: 595022.

HSL color Cylindrical-coordinate representation of color #4E1409: hue angle of 9.57º 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 #4E1409 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 20 9 -
CMYK 0 0.74 0.88 0.69
HSL 9.57º 0.79% 0.17% -
HSV(B) 9.57º 0.88% 0.31% -
XYZ 3.44 2.14 0.49 -
YUV 36.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 78 20 9 0 0.74 0.88 0.69 9.57 0.79 0.17
Hex 4E 14 9 0 4A 58 45 A 4F 11
Octal 116 24 11 0 112 130 105 12 117 21
Binary 1001110 10100 1001 0 1001010 1011000 1000101 1010 1001111 10001

Color Harmonies of #4E1409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1409

Black with #4E1409

Text Example


Text Example

White with #4E1409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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