Html Css Color HEX #501015 Bordeaux

📋 copy color: '#501015'

red 80 ◦ green 16 ◦ blue 21

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

Shades of Bordeaux #501015

Tints of Bordeaux #501015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.68%

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

R = 68.38%
G = 13.68%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#501015 (or 0x501015) is known color: Bordeaux. HEX triplet: 50, 10 and 15. RGB value is (80,16,21). Sum of RGB (Red+Green+Blue) = 80+16+21=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 16 (6.64% from 255 or 13.68% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501015 is #AFEFEA. Grayscale: #232323. Windows color (decimal): -11530219 or 1380432. OLE color: 1380432.

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

Color convert

RGB 80 16 21 -
CMYK 0 0.80 0.74 0.69
HSL 355.31º 0.67% 0.19% -
HSV(B) 355.31º 0.8% 0.31% -
XYZ 3.63 2.13 0.93 -
YUV 35.71 119.7 159.59 -
System Red Green Blue C M Y K H S L
Decimal 80 16 21 0 0.80 0.74 0.69 355.31 0.67 0.19
Hex 50 10 15 0 50 4A 45 163 43 13
Octal 120 20 25 0 120 112 105 543 103 23
Binary 1010000 10000 10101 0 1010000 1001010 1000101 101100011 1000011 10011

Color Harmonies of #501015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501015

Black with #501015

Text Example


Text Example

White with #501015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501015; }

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

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

background-color css

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

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

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

border-color css

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

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

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