Html Css Color HEX #4E1715 Red Oxide

📋 copy color: '#4E1715'

red 78 ◦ green 23 ◦ blue 21

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

Shades of Red Oxide #4E1715

Tints of Red Oxide #4E1715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.85%

 BLUE value IS 21 (8.59% from 255) = 17.21%

R = 63.93%
G = 18.85%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4E1715 (or 0x4E1715) is known color: Red Oxide. HEX triplet: 4E, 17 and 15. RGB value is (78,23,21). Sum of RGB (Red+Green+Blue) = 78+23+21=122 (16% of max value = 765). Red value is 78 (30.86% from 255 or 63.93% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1715 is #B1E8EA. Grayscale: #272727. Windows color (decimal): -11659499 or 1382222. OLE color: 1382222.

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

Color convert

RGB 78 23 21 -
CMYK 0 0.71 0.73 0.69
HSL 2.11º 0.58% 0.19% -
HSV(B) 2.11º 0.73% 0.31% -
XYZ 3.58 2.29 0.96 -
YUV 39.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 78 23 21 0 0.71 0.73 0.69 2.11 0.58 0.19
Hex 4E 17 15 0 47 49 45 2 3A 13
Octal 116 27 25 0 107 111 105 2 72 23
Binary 1001110 10111 10101 0 1000111 1001001 1000101 10 111010 10011

Color Harmonies of #4E1715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1715

Black with #4E1715

Text Example


Text Example

White with #4E1715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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