Html Css Color HEX #500E1D Bordeaux

📋 copy color: '#500E1D'

red 80 ◦ green 14 ◦ blue 29

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

Shades of Bordeaux #500E1D

Tints of Bordeaux #500E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.38%

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 65.04%
G = 11.38%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#500E1D (or 0x500E1D) is known color: Bordeaux. HEX triplet: 50, 0E and 1D. RGB value is (80,14,29). Sum of RGB (Red+Green+Blue) = 80+14+29=123 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.04% from 123); Green value is 14 (5.86% from 255 or 11.38% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 80 - color contains mainly: red. Hex color #500E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E1D is #AFF1E2. Grayscale: #232323. Windows color (decimal): -11530723 or 1904208. OLE color: 1904208.

HSL color Cylindrical-coordinate representation of color #500E1D: hue angle of 346.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E1D is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 14 29 -
CMYK 0 0.83 0.64 0.69
HSL 346.36º 0.7% 0.18% -
HSV(B) 346.36º 0.83% 0.31% -
XYZ 3.69 2.11 1.38 -
YUV 35.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 80 14 29 0 0.83 0.64 0.69 346.36 0.7 0.18
Hex 50 E 1D 0 53 40 45 15A 46 12
Octal 120 16 35 0 123 100 105 532 106 22
Binary 1010000 1110 11101 0 1010011 1000000 1000101 101011010 1000110 10010

Color Harmonies of #500E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E1D

Black with #500E1D

Text Example


Text Example

White with #500E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,14,29); }

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

background-color css

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

 a { background-color: rgb(80,14,29); }

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

border-color css

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

 span { border-color: rgb(80,14,29); }

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