Html Css Color HEX #500316 Bordeaux

📋 copy color: '#500316'

red 80 ◦ green 3 ◦ blue 22

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

Shades of Bordeaux #500316

Tints of Bordeaux #500316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 20.95%

R = 76.19%
G = 2.86%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#500316 (or 0x500316) is known color: Bordeaux. HEX triplet: 50, 03 and 16. RGB value is (80,3,22). Sum of RGB (Red+Green+Blue) = 80+3+22=105 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.19% from 105); Green value is 3 (1.56% from 255 or 2.86% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 80 - color contains mainly: red. Hex color #500316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500316 is #AFFCE9. Grayscale: #1C1C1C. Windows color (decimal): -11533546 or 1442640. OLE color: 1442640.

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

Color convert

RGB 80 3 22 -
CMYK 0 0.96 0.72 0.69
HSL 345.19º 0.93% 0.16% -
HSV(B) 345.19º 0.96% 0.31% -
XYZ 3.49 1.83 0.93 -
YUV 28.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 80 3 22 0 0.96 0.72 0.69 345.19 0.93 0.16
Hex 50 3 16 0 60 48 45 159 5D 10
Octal 120 3 26 0 140 110 105 531 135 20
Binary 1010000 11 10110 0 1100000 1001000 1000101 101011001 1011101 10000

Color Harmonies of #500316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500316

Black with #500316

Text Example


Text Example

White with #500316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500316; }

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

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

background-color css

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

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

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

border-color css

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

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

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