Html Css Color HEX #501224 Bordeaux

📋 copy color: '#501224'

red 80 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #501224

Tints of Bordeaux #501224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

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

R = 59.7%
G = 13.43%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501224 (or 0x501224) is known color: Bordeaux. HEX triplet: 50, 12 and 24. RGB value is (80,18,36). Sum of RGB (Red+Green+Blue) = 80+18+36=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501224 is #AFEDDB. Grayscale: #262626. Windows color (decimal): -11529692 or 2363984. OLE color: 2363984.

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

Color convert

RGB 80 18 36 -
CMYK 0 0.78 0.55 0.69
HSL 342.58º 0.63% 0.19% -
HSV(B) 342.58º 0.78% 0.31% -
XYZ 3.84 2.27 1.9 -
YUV 38.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 80 18 36 0 0.78 0.55 0.69 342.58 0.63 0.19
Hex 50 12 24 0 4E 37 45 157 3F 13
Octal 120 22 44 0 116 67 105 527 77 23
Binary 1010000 10010 100100 0 1001110 110111 1000101 101010111 111111 10011

Color Harmonies of #501224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501224

Black with #501224

Text Example


Text Example

White with #501224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501224; }

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

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

background-color css

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

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

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

border-color css

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

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

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