Html Css Color HEX #50190F Red Oxide

📋 copy color: '#50190F'

red 80 ◦ green 25 ◦ blue 15

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

Shades of Red Oxide #50190F

Tints of Red Oxide #50190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.83%

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

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50190F (or 0x50190F) is known color: Red Oxide. HEX triplet: 50, 19 and 0F. RGB value is (80,25,15). Sum of RGB (Red+Green+Blue) = 80+25+15=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 15 (6.25% from 255 or 12.5% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #50190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50190F is #AFE6F0. Grayscale: #282828. Windows color (decimal): -11527921 or 989520. OLE color: 989520.

HSL color Cylindrical-coordinate representation of color #50190F: hue angle of 9.23º 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 #50190F is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 15 -
CMYK 0 0.69 0.81 0.69
HSL 9.23º 0.68% 0.19% -
HSV(B) 9.23º 0.81% 0.31% -
XYZ 3.74 2.44 0.72 -
YUV 40.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 80 25 15 0 0.69 0.81 0.69 9.23 0.68 0.19
Hex 50 19 F 0 45 51 45 9 44 13
Octal 120 31 17 0 105 121 105 11 104 23
Binary 1010000 11001 1111 0 1000101 1010001 1000101 1001 1000100 10011

Color Harmonies of #50190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50190F

Black with #50190F

Text Example


Text Example

White with #50190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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