Html Css Color HEX #500920 Bordeaux

📋 copy color: '#500920'

red 80 ◦ green 9 ◦ blue 32

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

Shades of Bordeaux #500920

Tints of Bordeaux #500920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.44%

 BLUE value IS 32 (12.89% from 255) = 26.45%

R = 66.12%
G = 7.44%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.69

RGB Variations

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

Color information

#500920 (or 0x500920) is known color: Bordeaux. HEX triplet: 50, 09 and 20. RGB value is (80,9,32). Sum of RGB (Red+Green+Blue) = 80+9+32=121 (16% of max value = 765). Red value is 80 (31.64% from 255 or 66.12% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 80 - color contains mainly: red. Hex color #500920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500920 is #AFF6DF. Grayscale: #202020. Windows color (decimal): -11532000 or 2099536. OLE color: 2099536.

HSL color Cylindrical-coordinate representation of color #500920: hue angle of 340.56º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #500920 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 32 -
CMYK 0 0.89 0.60 0.69
HSL 340.56º 0.8% 0.17% -
HSV(B) 340.56º 0.89% 0.31% -
XYZ 3.67 2.01 1.56 -
YUV 32.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 80 9 32 0 0.89 0.60 0.69 340.56 0.8 0.17
Hex 50 9 20 0 59 3C 45 155 50 11
Octal 120 11 40 0 131 74 105 525 120 21
Binary 1010000 1001 100000 0 1011001 111100 1000101 101010101 1010000 10001

Color Harmonies of #500920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500920

Black with #500920

Text Example


Text Example

White with #500920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500920; }

 p { color: rgb(80,9,32); }

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

background-color css

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

 a { background-color: rgb(80,9,32); }

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

border-color css

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

 span { border-color: rgb(80,9,32); }

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