Html Css Color HEX #501215 Bordeaux

📋 copy color: '#501215'

red 80 ◦ green 18 ◦ blue 21

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

Shades of Bordeaux #501215

Tints of Bordeaux #501215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 21 (8.59% from 255) = 17.65%

R = 67.23%
G = 15.13%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#501215 (or 0x501215) is known color: Bordeaux. HEX triplet: 50, 12 and 15. RGB value is (80,18,21). Sum of RGB (Red+Green+Blue) = 80+18+21=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #501215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501215 is #AFEDEA. Grayscale: #242424. Windows color (decimal): -11529707 or 1380944. OLE color: 1380944.

HSL color Cylindrical-coordinate representation of color #501215: hue angle of 357.1º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501215 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 21 -
CMYK 0 0.78 0.74 0.69
HSL 357.1º 0.63% 0.19% -
HSV(B) 357.1º 0.78% 0.31% -
XYZ 3.66 2.19 0.94 -
YUV 36.88 119.04 158.76 -
System Red Green Blue C M Y K H S L
Decimal 80 18 21 0 0.78 0.74 0.69 357.1 0.63 0.19
Hex 50 12 15 0 4E 4A 45 165 3F 13
Octal 120 22 25 0 116 112 105 545 77 23
Binary 1010000 10010 10101 0 1001110 1001010 1000101 101100101 111111 10011

Color Harmonies of #501215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501215

Black with #501215

Text Example


Text Example

White with #501215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501215; }

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

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

background-color css

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

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

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

border-color css

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

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

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