Html Css Color HEX #500211 Bordeaux

📋 copy color: '#500211'

red 80 ◦ green 2 ◦ blue 17

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

Shades of Bordeaux #500211

Tints of Bordeaux #500211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.02%

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

R = 80.81%
G = 2.02%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#500211 (or 0x500211) is known color: Bordeaux. HEX triplet: 50, 02 and 11. RGB value is (80,2,17). Sum of RGB (Red+Green+Blue) = 80+2+17=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500211 is #AFFDEE. Grayscale: #1B1B1B. Windows color (decimal): -11533807 or 1114704. OLE color: 1114704.

HSL color Cylindrical-coordinate representation of color #500211: hue angle of 348.46º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500211 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 2 17 -
CMYK 0 0.98 0.79 0.69
HSL 348.46º 0.95% 0.16% -
HSV(B) 348.46º 0.98% 0.31% -
XYZ 3.43 1.79 0.69 -
YUV 27.03 122.34 165.78 -
System Red Green Blue C M Y K H S L
Decimal 80 2 17 0 0.98 0.79 0.69 348.46 0.95 0.16
Hex 50 2 11 0 62 4F 45 15C 5F 10
Octal 120 2 21 0 142 117 105 534 137 20
Binary 1010000 10 10001 0 1100010 1001111 1000101 101011100 1011111 10000

Color Harmonies of #500211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500211

Black with #500211

Text Example


Text Example

White with #500211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500211; }

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

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

background-color css

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

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

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

border-color css

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

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

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