Html Css Color HEX #500310 Bordeaux

📋 copy color: '#500310'

red 80 ◦ green 3 ◦ blue 16

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

Shades of Bordeaux #500310

Tints of Bordeaux #500310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.03%

 BLUE value IS 16 (6.64% from 255) = 16.16%

R = 80.81%
G = 3.03%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#500310 (or 0x500310) is known color: Bordeaux. HEX triplet: 50, 03 and 10. RGB value is (80,3,16). Sum of RGB (Red+Green+Blue) = 80+3+16=99 (13% of max value = 765). Red value is 80 (31.64% from 255 or 80.81% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 80 - color contains mainly: red. Hex color #500310 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500310 is #AFFCEF. Grayscale: #1B1B1B. Windows color (decimal): -11533552 or 1049424. OLE color: 1049424.

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

Color convert

RGB 80 3 16 -
CMYK 0 0.96 0.80 0.69
HSL 349.87º 0.93% 0.16% -
HSV(B) 349.87º 0.96% 0.31% -
XYZ 3.43 1.81 0.66 -
YUV 27.51 121.51 165.44 -
System Red Green Blue C M Y K H S L
Decimal 80 3 16 0 0.96 0.80 0.69 349.87 0.93 0.16
Hex 50 3 10 0 60 50 45 15E 5D 10
Octal 120 3 20 0 140 120 105 536 135 20
Binary 1010000 11 10000 0 1100000 1010000 1000101 101011110 1011101 10000

Color Harmonies of #500310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500310

Black with #500310

Text Example


Text Example

White with #500310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500310; }

 p { color: rgb(80,3,16); }

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

background-color css

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

 a { background-color: rgb(80,3,16); }

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

border-color css

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

 span { border-color: rgb(80,3,16); }

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