Html Css Color HEX #500B1D Bordeaux

📋 copy color: '#500B1D'

red 80 ◦ green 11 ◦ blue 29

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

Shades of Bordeaux #500B1D

Tints of Bordeaux #500B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

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

R = 66.67%
G = 9.17%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#500B1D (or 0x500B1D) is known color: Bordeaux. HEX triplet: 50, 0B and 1D. RGB value is (80,11,29). Sum of RGB (Red+Green+Blue) = 80+11+29=120 (15% of max value = 765). Red value is 80 (31.64% from 255 or 66.67% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 80 - color contains mainly: red. Hex color #500B1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B1D is #AFF4E2. Grayscale: #212121. Windows color (decimal): -11531491 or 1903440. OLE color: 1903440.

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

Color convert

RGB 80 11 29 -
CMYK 0 0.86 0.64 0.69
HSL 344.35º 0.76% 0.18% -
HSV(B) 344.35º 0.86% 0.31% -
XYZ 3.65 2.03 1.36 -
YUV 33.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 80 11 29 0 0.86 0.64 0.69 344.35 0.76 0.18
Hex 50 B 1D 0 56 40 45 158 4C 12
Octal 120 13 35 0 126 100 105 530 114 22
Binary 1010000 1011 11101 0 1010110 1000000 1000101 101011000 1001100 10010

Color Harmonies of #500B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B1D

Black with #500B1D

Text Example


Text Example

White with #500B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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