Html Css Color HEX #501522 Bordeaux

📋 copy color: '#501522'

red 80 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #501522

Tints of Bordeaux #501522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 59.26%
G = 15.56%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#501522 (or 0x501522) is known color: Bordeaux. HEX triplet: 50, 15 and 22. RGB value is (80,21,34). Sum of RGB (Red+Green+Blue) = 80+21+34=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501522 is #AFEADD. Grayscale: #282828. Windows color (decimal): -11528926 or 2233680. OLE color: 2233680.

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

Color convert

RGB 80 21 34 -
CMYK 0 0.74 0.58 0.69
HSL 346.78º 0.58% 0.2% -
HSV(B) 346.78º 0.74% 0.31% -
XYZ 3.87 2.36 1.76 -
YUV 40.12 124.55 156.44 -
System Red Green Blue C M Y K H S L
Decimal 80 21 34 0 0.74 0.58 0.69 346.78 0.58 0.2
Hex 50 15 22 0 4A 3A 45 15B 3A 14
Octal 120 25 42 0 112 72 105 533 72 24
Binary 1010000 10101 100010 0 1001010 111010 1000101 101011011 111010 10100

Color Harmonies of #501522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501522

Black with #501522

Text Example


Text Example

White with #501522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501522; }

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

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

background-color css

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

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

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

border-color css

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

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

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