Html Css Color HEX #500D13 Bordeaux

📋 copy color: '#500D13'

red 80 ◦ green 13 ◦ blue 19

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

Shades of Bordeaux #500D13

Tints of Bordeaux #500D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.61%

 BLUE value IS 19 (7.81% from 255) = 16.96%

R = 71.43%
G = 11.61%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#500D13 (or 0x500D13) is known color: Bordeaux. HEX triplet: 50, 0D and 13. RGB value is (80,13,19). Sum of RGB (Red+Green+Blue) = 80+13+19=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 19 (7.81% from 255 or 16.96% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #500D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500D13 is #AFF2EC. Grayscale: #212121. Windows color (decimal): -11530989 or 1248592. OLE color: 1248592.

HSL color Cylindrical-coordinate representation of color #500D13: hue angle of 354.63º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D13 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 19 -
CMYK 0 0.84 0.76 0.69
HSL 354.63º 0.72% 0.18% -
HSV(B) 354.63º 0.84% 0.31% -
XYZ 3.57 2.04 0.82 -
YUV 33.72 119.7 161.01 -
System Red Green Blue C M Y K H S L
Decimal 80 13 19 0 0.84 0.76 0.69 354.63 0.72 0.18
Hex 50 D 13 0 54 4C 45 163 48 12
Octal 120 15 23 0 124 114 105 543 110 22
Binary 1010000 1101 10011 0 1010100 1001100 1000101 101100011 1001000 10010

Color Harmonies of #500D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D13

Black with #500D13

Text Example


Text Example

White with #500D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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