Html Css Color HEX #501526 Bordeaux

📋 copy color: '#501526'

red 80 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #501526

Tints of Bordeaux #501526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 27.34%

R = 57.55%
G = 15.11%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#501526 (or 0x501526) is known color: Bordeaux. HEX triplet: 50, 15 and 26. RGB value is (80,21,38). Sum of RGB (Red+Green+Blue) = 80+21+38=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501526 is #AFEAD9. Grayscale: #282828. Windows color (decimal): -11528922 or 2495824. OLE color: 2495824.

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

Color convert

RGB 80 21 38 -
CMYK 0 0.74 0.52 0.69
HSL 342.71º 0.58% 0.2% -
HSV(B) 342.71º 0.74% 0.31% -
XYZ 3.93 2.38 2.09 -
YUV 40.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 80 21 38 0 0.74 0.52 0.69 342.71 0.58 0.2
Hex 50 15 26 0 4A 34 45 157 3A 14
Octal 120 25 46 0 112 64 105 527 72 24
Binary 1010000 10101 100110 0 1001010 110100 1000101 101010111 111010 10100

Color Harmonies of #501526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501526

Black with #501526

Text Example


Text Example

White with #501526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501526; }

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

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

background-color css

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

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

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

border-color css

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

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

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