Html Css Color HEX #501318 Bordeaux

📋 copy color: '#501318'

red 80 ◦ green 19 ◦ blue 24

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

Shades of Bordeaux #501318

Tints of Bordeaux #501318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.45%

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 65.04%
G = 15.45%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#501318 (or 0x501318) is known color: Bordeaux. HEX triplet: 50, 13 and 18. RGB value is (80,19,24). Sum of RGB (Red+Green+Blue) = 80+19+24=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 19 (7.81% from 255 or 15.45% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #501318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501318 is #AFECE7. Grayscale: #252525. Windows color (decimal): -11529448 or 1577808. OLE color: 1577808.

HSL color Cylindrical-coordinate representation of color #501318: hue angle of 355.08º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501318 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 24 -
CMYK 0 0.76 0.70 0.69
HSL 355.08º 0.62% 0.19% -
HSV(B) 355.08º 0.76% 0.31% -
XYZ 3.71 2.24 1.1 -
YUV 37.81 120.21 158.09 -
System Red Green Blue C M Y K H S L
Decimal 80 19 24 0 0.76 0.70 0.69 355.08 0.62 0.19
Hex 50 13 18 0 4C 46 45 163 3E 13
Octal 120 23 30 0 114 106 105 543 76 23
Binary 1010000 10011 11000 0 1001100 1000110 1000101 101100011 111110 10011

Color Harmonies of #501318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501318

Black with #501318

Text Example


Text Example

White with #501318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501318; }

 p { color: rgb(80,19,24); }

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

background-color css

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

 a { background-color: rgb(80,19,24); }

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

border-color css

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

 span { border-color: rgb(80,19,24); }

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