Html Css Color HEX #500B21 Bordeaux

📋 copy color: '#500B21'

red 80 ◦ green 11 ◦ blue 33

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

Shades of Bordeaux #500B21

Tints of Bordeaux #500B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.61%

R = 64.52%
G = 8.87%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#500B21 (or 0x500B21) is known color: Bordeaux. HEX triplet: 50, 0B and 21. RGB value is (80,11,33). Sum of RGB (Red+Green+Blue) = 80+11+33=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 33 (13.28% from 255 or 26.61% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #500B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500B21 is #AFF4DE. Grayscale: #222222. Windows color (decimal): -11531487 or 2165584. OLE color: 2165584.

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

Color convert

RGB 80 11 33 -
CMYK 0 0.86 0.59 0.69
HSL 340.87º 0.76% 0.18% -
HSV(B) 340.87º 0.86% 0.31% -
XYZ 3.7 2.05 1.64 -
YUV 34.14 127.36 160.71 -
System Red Green Blue C M Y K H S L
Decimal 80 11 33 0 0.86 0.59 0.69 340.87 0.76 0.18
Hex 50 B 21 0 56 3B 45 155 4C 12
Octal 120 13 41 0 126 73 105 525 114 22
Binary 1010000 1011 100001 0 1010110 111011 1000101 101010101 1001100 10010

Color Harmonies of #500B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B21

Black with #500B21

Text Example


Text Example

White with #500B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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