Html Css Color HEX #501523 Bordeaux

📋 copy color: '#501523'

red 80 ◦ green 21 ◦ blue 35

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

Shades of Bordeaux #501523

Tints of Bordeaux #501523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.74%

R = 58.82%
G = 15.44%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.69

RGB Variations

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

Color information

#501523 (or 0x501523) is known color: Bordeaux. HEX triplet: 50, 15 and 23. RGB value is (80,21,35). Sum of RGB (Red+Green+Blue) = 80+21+35=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501523 is #AFEADC. Grayscale: #282828. Windows color (decimal): -11528925 or 2299216. OLE color: 2299216.

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

Color convert

RGB 80 21 35 -
CMYK 0 0.74 0.56 0.69
HSL 345.76º 0.58% 0.2% -
HSV(B) 345.76º 0.74% 0.31% -
XYZ 3.88 2.36 1.84 -
YUV 40.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 80 21 35 0 0.74 0.56 0.69 345.76 0.58 0.2
Hex 50 15 23 0 4A 38 45 15A 3A 14
Octal 120 25 43 0 112 70 105 532 72 24
Binary 1010000 10101 100011 0 1001010 111000 1000101 101011010 111010 10100

Color Harmonies of #501523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501523

Black with #501523

Text Example


Text Example

White with #501523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501523; }

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

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

background-color css

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

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

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

border-color css

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

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

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