Html Css Color HEX #500911 Bordeaux

📋 copy color: '#500911'

red 80 ◦ green 9 ◦ blue 17

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

Shades of Bordeaux #500911

Tints of Bordeaux #500911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.04%

R = 75.47%
G = 8.49%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#500911 (or 0x500911) is known color: Bordeaux. HEX triplet: 50, 09 and 11. RGB value is (80,9,17). Sum of RGB (Red+Green+Blue) = 80+9+17=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #500911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500911 is #AFF6EE. Grayscale: #1F1F1F. Windows color (decimal): -11532015 or 1116496. OLE color: 1116496.

HSL color Cylindrical-coordinate representation of color #500911: hue angle of 353.24º 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 #500911 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 9 17 -
CMYK 0 0.89 0.79 0.69
HSL 353.24º 0.8% 0.17% -
HSV(B) 353.24º 0.89% 0.31% -
XYZ 3.51 1.94 0.72 -
YUV 31.14 120.02 162.85 -
System Red Green Blue C M Y K H S L
Decimal 80 9 17 0 0.89 0.79 0.69 353.24 0.8 0.17
Hex 50 9 11 0 59 4F 45 161 50 11
Octal 120 11 21 0 131 117 105 541 120 21
Binary 1010000 1001 10001 0 1011001 1001111 1000101 101100001 1010000 10001

Color Harmonies of #500911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500911

Black with #500911

Text Example


Text Example

White with #500911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500911; }

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

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

background-color css

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

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

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

border-color css

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

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

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