Html Css Color HEX #500E1B Bordeaux

📋 copy color: '#500E1B'

red 80 ◦ green 14 ◦ blue 27

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

Shades of Bordeaux #500E1B

Tints of Bordeaux #500E1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.31%

R = 66.12%
G = 11.57%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#500E1B (or 0x500E1B) is known color: Bordeaux. HEX triplet: 50, 0E and 1B. RGB value is (80,14,27). Sum of RGB (Red+Green+Blue) = 80+14+27=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500E1B is #AFF1E4. Grayscale: #232323. Windows color (decimal): -11530725 or 1773136. OLE color: 1773136.

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

Color convert

RGB 80 14 27 -
CMYK 0 0.83 0.66 0.69
HSL 348.18º 0.7% 0.18% -
HSV(B) 348.18º 0.83% 0.31% -
XYZ 3.66 2.1 1.25 -
YUV 35.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 80 14 27 0 0.83 0.66 0.69 348.18 0.7 0.18
Hex 50 E 1B 0 53 42 45 15C 46 12
Octal 120 16 33 0 123 102 105 534 106 22
Binary 1010000 1110 11011 0 1010011 1000010 1000101 101011100 1000110 10010

Color Harmonies of #500E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E1B

Black with #500E1B

Text Example


Text Example

White with #500E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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