Html Css Color HEX #501C17 Red Oxide

📋 copy color: '#501C17'

red 80 ◦ green 28 ◦ blue 23

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

Shades of Red Oxide #501C17

Tints of Red Oxide #501C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.37%

 BLUE value IS 23 (9.38% from 255) = 17.56%

R = 61.07%
G = 21.37%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.69

RGB Variations

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

Color information

#501C17 (or 0x501C17) is known color: Red Oxide. HEX triplet: 50, 1C and 17. RGB value is (80,28,23). Sum of RGB (Red+Green+Blue) = 80+28+23=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 23 (9.38% from 255 or 17.56% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #501C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #501C17 is #AFE3E8. Grayscale: #2B2B2B. Windows color (decimal): -11527145 or 1514576. OLE color: 1514576.

HSL color Cylindrical-coordinate representation of color #501C17: hue angle of 5.26º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #501C17 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 23 -
CMYK 0 0.65 0.71 0.69
HSL 5.26º 0.55% 0.2% -
HSV(B) 5.26º 0.71% 0.31% -
XYZ 3.88 2.6 1.11 -
YUV 42.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 80 28 23 0 0.65 0.71 0.69 5.26 0.55 0.2
Hex 50 1C 17 0 41 47 45 5 37 14
Octal 120 34 27 0 101 107 105 5 67 24
Binary 1010000 11100 10111 0 1000001 1000111 1000101 101 110111 10100

Color Harmonies of #501C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C17

Black with #501C17

Text Example


Text Example

White with #501C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C17; }

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

 H1.HeaderClassName
 {
   color: #501C17;
 }
 .AnyTagClassName
 {
   color: #501C17;
 }
</style>

background-color css

<style>
 a { background-color: #501C17; }

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

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

border-color css

<style>
 span { border-color: #501C17; }

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

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