Html Css Color HEX #4E100D Red Oxide

📋 copy color: '#4E100D'

red 78 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #4E100D

Tints of Red Oxide #4E100D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.95%

 BLUE value IS 13 (5.47% from 255) = 12.15%

R = 72.9%
G = 14.95%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#4E100D (or 0x4E100D) is known color: Red Oxide. HEX triplet: 4E, 10 and 0D. RGB value is (78,16,13). Sum of RGB (Red+Green+Blue) = 78+16+13=107 (14% of max value = 765). Red value is 78 (30.86% from 255 or 72.90% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 78 - color contains mainly: red. Hex color #4E100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E100D is #B1EFF2. Grayscale: #222222. Windows color (decimal): -11661299 or 856142. OLE color: 856142.

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

Color convert

RGB 78 16 13 -
CMYK 0 0.79 0.83 0.69
HSL 2.77º 0.71% 0.18% -
HSV(B) 2.77º 0.83% 0.31% -
XYZ 3.4 2.02 0.59 -
YUV 34.2 116.04 159.24 -
System Red Green Blue C M Y K H S L
Decimal 78 16 13 0 0.79 0.83 0.69 2.77 0.71 0.18
Hex 4E 10 D 0 4F 53 45 3 47 12
Octal 116 20 15 0 117 123 105 3 107 22
Binary 1001110 10000 1101 0 1001111 1010011 1000101 11 1000111 10010

Color Harmonies of #4E100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E100D

Black with #4E100D

Text Example


Text Example

White with #4E100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,16,13); }

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

background-color css

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

 a { background-color: rgb(78,16,13); }

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

border-color css

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

 span { border-color: rgb(78,16,13); }

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