Html Css Color HEX #50110E Red Oxide

📋 copy color: '#50110E'

red 80 ◦ green 17 ◦ blue 14

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

Shades of Red Oxide #50110E

Tints of Red Oxide #50110E

RGB

 RED value IS 80 (31.64% from 255) = 72.07%

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

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

R = 72.07%
G = 15.32%
B = 12.61%

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

#50110E (or 0x50110E) is known color: Red Oxide. HEX triplet: 50, 11 and 0E. RGB value is (80,17,14). Sum of RGB (Red+Green+Blue) = 80+17+14=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50110E is #AFEEF1. Grayscale: #232323. Windows color (decimal): -11529970 or 921936. OLE color: 921936.

HSL color Cylindrical-coordinate representation of color #50110E: hue angle of 2.73º 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 #50110E is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 14 -
CMYK 0 0.79 0.83 0.69
HSL 2.73º 0.7% 0.18% -
HSV(B) 2.73º 0.83% 0.31% -
XYZ 3.59 2.14 0.64 -
YUV 35.5 115.87 159.74 -
System Red Green Blue C M Y K H S L
Decimal 80 17 14 0 0.79 0.83 0.69 2.73 0.7 0.18
Hex 50 11 E 0 4F 53 45 3 46 12
Octal 120 21 16 0 117 123 105 3 106 22
Binary 1010000 10001 1110 0 1001111 1010011 1000101 11 1000110 10010

Color Harmonies of #50110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50110E

Black with #50110E

Text Example


Text Example

White with #50110E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50110E; }

 p { color: rgb(80,17,14); }

 H1.HeaderClassName
 {
   color: #50110E;
 }
 .AnyTagClassName
 {
   color: #50110E;
 }
</style>

background-color css

<style>
 a { background-color: #50110E; }

 a { background-color: rgb(80,17,14); }

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

border-color css

<style>
 span { border-color: #50110E; }

 span { border-color: rgb(80,17,14); }

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