Html Css Color HEX #50170F Red Oxide

📋 copy color: '#50170F'

red 80 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #50170F

Tints of Red Oxide #50170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.49%

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

R = 67.8%
G = 19.49%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50170F (or 0x50170F) is known color: Red Oxide. HEX triplet: 50, 17 and 0F. RGB value is (80,23,15). Sum of RGB (Red+Green+Blue) = 80+23+15=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #50170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50170F is #AFE8F0. Grayscale: #272727. Windows color (decimal): -11528433 or 989008. OLE color: 989008.

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

Color convert

RGB 80 23 15 -
CMYK 0 0.71 0.81 0.69
HSL 7.38º 0.68% 0.19% -
HSV(B) 7.38º 0.81% 0.31% -
XYZ 3.7 2.35 0.71 -
YUV 39.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 80 23 15 0 0.71 0.81 0.69 7.38 0.68 0.19
Hex 50 17 F 0 47 51 45 7 44 13
Octal 120 27 17 0 107 121 105 7 104 23
Binary 1010000 10111 1111 0 1000111 1010001 1000101 111 1000100 10011

Color Harmonies of #50170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50170F

Black with #50170F

Text Example


Text Example

White with #50170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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