Html Css Color HEX #50130F Red Oxide

📋 copy color: '#50130F'

red 80 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #50130F

Tints of Red Oxide #50130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

 BLUE value IS 15 (6.25% from 255) = 13.16%

R = 70.18%
G = 16.67%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50130F (or 0x50130F) is known color: Red Oxide. HEX triplet: 50, 13 and 0F. RGB value is (80,19,15). Sum of RGB (Red+Green+Blue) = 80+19+15=114 (15% of max value = 765). Red value is 80 (31.64% from 255 or 70.18% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 80 - color contains mainly: red. Hex color #50130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50130F is #AFECF0. Grayscale: #242424. Windows color (decimal): -11529457 or 987984. OLE color: 987984.

HSL color Cylindrical-coordinate representation of color #50130F: hue angle of 3.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50130F is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 15 -
CMYK 0 0.76 0.81 0.69
HSL 3.69º 0.68% 0.19% -
HSV(B) 3.69º 0.81% 0.31% -
XYZ 3.63 2.21 0.69 -
YUV 36.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 80 19 15 0 0.76 0.81 0.69 3.69 0.68 0.19
Hex 50 13 F 0 4C 51 45 4 44 13
Octal 120 23 17 0 114 121 105 4 104 23
Binary 1010000 10011 1111 0 1001100 1010001 1000101 100 1000100 10011

Color Harmonies of #50130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50130F

Black with #50130F

Text Example


Text Example

White with #50130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50130F; }

 p { color: rgb(80,19,15); }

 H1.HeaderClassName
 {
   color: #50130F;
 }
 .AnyTagClassName
 {
   color: #50130F;
 }
</style>

background-color css

<style>
 a { background-color: #50130F; }

 a { background-color: rgb(80,19,15); }

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

border-color css

<style>
 span { border-color: #50130F; }

 span { border-color: rgb(80,19,15); }

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