Html Css Color HEX #501124 Bordeaux

📋 copy color: '#501124'

red 80 ◦ green 17 ◦ blue 36

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

Shades of Bordeaux #501124

Tints of Bordeaux #501124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.78%

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 60.15%
G = 12.78%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501124 (or 0x501124) is known color: Bordeaux. HEX triplet: 50, 11 and 24. RGB value is (80,17,36). Sum of RGB (Red+Green+Blue) = 80+17+36=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #501124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501124 is #AFEEDB. Grayscale: #252525. Windows color (decimal): -11529948 or 2363728. OLE color: 2363728.

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

Color convert

RGB 80 17 36 -
CMYK 0 0.79 0.55 0.69
HSL 341.9º 0.65% 0.19% -
HSV(B) 341.9º 0.79% 0.31% -
XYZ 3.83 2.23 1.9 -
YUV 38 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 80 17 36 0 0.79 0.55 0.69 341.9 0.65 0.19
Hex 50 11 24 0 4F 37 45 156 41 13
Octal 120 21 44 0 117 67 105 526 101 23
Binary 1010000 10001 100100 0 1001111 110111 1000101 101010110 1000001 10011

Color Harmonies of #501124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501124

Black with #501124

Text Example


Text Example

White with #501124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501124; }

 p { color: rgb(80,17,36); }

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

background-color css

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

 a { background-color: rgb(80,17,36); }

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

border-color css

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

 span { border-color: rgb(80,17,36); }

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