Html Css Color HEX #501520 Bordeaux

📋 copy color: '#501520'

red 80 ◦ green 21 ◦ blue 32

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

Shades of Bordeaux #501520

Tints of Bordeaux #501520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 24.06%

R = 60.15%
G = 15.79%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#501520 (or 0x501520) is known color: Bordeaux. HEX triplet: 50, 15 and 20. RGB value is (80,21,32). Sum of RGB (Red+Green+Blue) = 80+21+32=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501520 is #AFEADF. Grayscale: #272727. Windows color (decimal): -11528928 or 2102608. OLE color: 2102608.

HSL color Cylindrical-coordinate representation of color #501520: hue angle of 348.81º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #501520 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 21 32 -
CMYK 0 0.74 0.60 0.69
HSL 348.81º 0.58% 0.2% -
HSV(B) 348.81º 0.74% 0.31% -
XYZ 3.84 2.35 1.62 -
YUV 39.9 123.55 156.61 -
System Red Green Blue C M Y K H S L
Decimal 80 21 32 0 0.74 0.60 0.69 348.81 0.58 0.2
Hex 50 15 20 0 4A 3C 45 15D 3A 14
Octal 120 25 40 0 112 74 105 535 72 24
Binary 1010000 10101 100000 0 1001010 111100 1000101 101011101 111010 10100

Color Harmonies of #501520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501520

Black with #501520

Text Example


Text Example

White with #501520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501520; }

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

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

background-color css

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

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

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

border-color css

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

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

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