Html Css Color HEX #4E150E Red Oxide

📋 copy color: '#4E150E'

red 78 ◦ green 21 ◦ blue 14

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

Shades of Red Oxide #4E150E

Tints of Red Oxide #4E150E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

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

R = 69.03%
G = 18.58%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.69

RGB Variations

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

Color information

#4E150E (or 0x4E150E) is known color: Red Oxide. HEX triplet: 4E, 15 and 0E. RGB value is (78,21,14). Sum of RGB (Red+Green+Blue) = 78+21+14=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 14 (5.86% from 255 or 12.39% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E150E is #B1EAF1. Grayscale: #252525. Windows color (decimal): -11660018 or 922958. OLE color: 922958.

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

Color convert

RGB 78 21 14 -
CMYK 0 0.73 0.82 0.69
HSL 6.56º 0.7% 0.18% -
HSV(B) 6.56º 0.82% 0.31% -
XYZ 3.49 2.19 0.65 -
YUV 37.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 78 21 14 0 0.73 0.82 0.69 6.56 0.7 0.18
Hex 4E 15 E 0 49 52 45 7 46 12
Octal 116 25 16 0 111 122 105 7 106 22
Binary 1001110 10101 1110 0 1001001 1010010 1000101 111 1000110 10010

Color Harmonies of #4E150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E150E

Black with #4E150E

Text Example


Text Example

White with #4E150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,21,14); }

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

background-color css

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

 a { background-color: rgb(78,21,14); }

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

border-color css

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

 span { border-color: rgb(78,21,14); }

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