Html Css Color HEX #501322 Bordeaux

📋 copy color: '#501322'

red 80 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #501322

Tints of Bordeaux #501322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

 BLUE value IS 34 (13.67% from 255) = 25.56%

R = 60.15%
G = 14.29%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#501322 (or 0x501322) is known color: Bordeaux. HEX triplet: 50, 13 and 22. RGB value is (80,19,34). Sum of RGB (Red+Green+Blue) = 80+19+34=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501322 is #AFECDD. Grayscale: #262626. Windows color (decimal): -11529438 or 2233168. OLE color: 2233168.

HSL color Cylindrical-coordinate representation of color #501322: hue angle of 345.25º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501322 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 19 34 -
CMYK 0 0.76 0.58 0.69
HSL 345.25º 0.62% 0.19% -
HSV(B) 345.25º 0.76% 0.31% -
XYZ 3.83 2.29 1.75 -
YUV 38.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 80 19 34 0 0.76 0.58 0.69 345.25 0.62 0.19
Hex 50 13 22 0 4C 3A 45 159 3E 13
Octal 120 23 42 0 114 72 105 531 76 23
Binary 1010000 10011 100010 0 1001100 111010 1000101 101011001 111110 10011

Color Harmonies of #501322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501322

Black with #501322

Text Example


Text Example

White with #501322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501322; }

 p { color: rgb(80,19,34); }

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

background-color css

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

 a { background-color: rgb(80,19,34); }

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

border-color css

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

 span { border-color: rgb(80,19,34); }

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