Html Css Color HEX #50150D Red Oxide

📋 copy color: '#50150D'

red 80 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #50150D

Tints of Red Oxide #50150D

RGB

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

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

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

R = 70.18%
G = 18.42%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#50150D (or 0x50150D) is known color: Red Oxide. HEX triplet: 50, 15 and 0D. RGB value is (80,21,13). Sum of RGB (Red+Green+Blue) = 80+21+13=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50150D is #AFEAF2. Grayscale: #252525. Windows color (decimal): -11528947 or 857424. OLE color: 857424.

HSL color Cylindrical-coordinate representation of color #50150D: hue angle of 7.16º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50150D is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 13 -
CMYK 0 0.74 0.84 0.69
HSL 7.16º 0.72% 0.18% -
HSV(B) 7.16º 0.84% 0.31% -
XYZ 3.65 2.27 0.63 -
YUV 37.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 80 21 13 0 0.74 0.84 0.69 7.16 0.72 0.18
Hex 50 15 D 0 4A 54 45 7 48 12
Octal 120 25 15 0 112 124 105 7 110 22
Binary 1010000 10101 1101 0 1001010 1010100 1000101 111 1001000 10010

Color Harmonies of #50150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50150D

Black with #50150D

Text Example


Text Example

White with #50150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50150D; }

 p { color: rgb(80,21,13); }

 H1.HeaderClassName
 {
   color: #50150D;
 }
 .AnyTagClassName
 {
   color: #50150D;
 }
</style>

background-color css

<style>
 a { background-color: #50150D; }

 a { background-color: rgb(80,21,13); }

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

border-color css

<style>
 span { border-color: #50150D; }

 span { border-color: rgb(80,21,13); }

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