Html Css Color HEX #500D1C Bordeaux

📋 copy color: '#500D1C'

red 80 ◦ green 13 ◦ blue 28

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

Shades of Bordeaux #500D1C

Tints of Bordeaux #500D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.14%

R = 66.12%
G = 10.74%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#500D1C (or 0x500D1C) is known color: Bordeaux. HEX triplet: 50, 0D and 1C. RGB value is (80,13,28). Sum of RGB (Red+Green+Blue) = 80+13+28=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500D1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D1C is #AFF2E3. Grayscale: #222222. Windows color (decimal): -11530980 or 1838416. OLE color: 1838416.

HSL color Cylindrical-coordinate representation of color #500D1C: hue angle of 346.57º 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 #500D1C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 28 -
CMYK 0 0.84 0.65 0.69
HSL 346.57º 0.72% 0.18% -
HSV(B) 346.57º 0.84% 0.31% -
XYZ 3.66 2.08 1.31 -
YUV 34.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 80 13 28 0 0.84 0.65 0.69 346.57 0.72 0.18
Hex 50 D 1C 0 54 41 45 15B 48 12
Octal 120 15 34 0 124 101 105 533 110 22
Binary 1010000 1101 11100 0 1010100 1000001 1000101 101011011 1001000 10010

Color Harmonies of #500D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D1C

Black with #500D1C

Text Example


Text Example

White with #500D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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