Html Css Color HEX #500D21 Bordeaux

📋 copy color: '#500D21'

red 80 ◦ green 13 ◦ blue 33

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

Shades of Bordeaux #500D21

Tints of Bordeaux #500D21

RGB

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

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

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

R = 63.49%
G = 10.32%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.69

RGB Variations

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

Color information

#500D21 (or 0x500D21) is known color: Bordeaux. HEX triplet: 50, 0D and 21. RGB value is (80,13,33). Sum of RGB (Red+Green+Blue) = 80+13+33=126 (16% of max value = 765). Red value is 80 (31.64% from 255 or 63.49% from 126); Green value is 13 (5.47% from 255 or 10.32% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 80 - color contains mainly: red. Hex color #500D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D21 is #AFF2DE. Grayscale: #232323. Windows color (decimal): -11530975 or 2166096. OLE color: 2166096.

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

Color convert

RGB 80 13 33 -
CMYK 0 0.84 0.59 0.69
HSL 342.09º 0.72% 0.18% -
HSV(B) 342.09º 0.84% 0.31% -
XYZ 3.73 2.1 1.65 -
YUV 35.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 80 13 33 0 0.84 0.59 0.69 342.09 0.72 0.18
Hex 50 D 21 0 54 3B 45 156 48 12
Octal 120 15 41 0 124 73 105 526 110 22
Binary 1010000 1101 100001 0 1010100 111011 1000101 101010110 1001000 10010

Color Harmonies of #500D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D21

Black with #500D21

Text Example


Text Example

White with #500D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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