Html Css Color HEX #501624 Bordeaux

📋 copy color: '#501624'

red 80 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #501624

Tints of Bordeaux #501624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 57.97%
G = 15.94%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501624 (or 0x501624) is known color: Bordeaux. HEX triplet: 50, 16 and 24. RGB value is (80,22,36). Sum of RGB (Red+Green+Blue) = 80+22+36=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #501624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501624 is #AFE9DB. Grayscale: #282828. Windows color (decimal): -11528668 or 2365008. OLE color: 2365008.

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

Color convert

RGB 80 22 36 -
CMYK 0 0.72 0.55 0.69
HSL 345.52º 0.57% 0.2% -
HSV(B) 345.52º 0.73% 0.31% -
XYZ 3.91 2.41 1.93 -
YUV 40.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 80 22 36 0 0.72 0.55 0.69 345.52 0.57 0.2
Hex 50 16 24 0 48 37 45 15A 39 14
Octal 120 26 44 0 110 67 105 532 71 24
Binary 1010000 10110 100100 0 1001000 110111 1000101 101011010 111001 10100

Color Harmonies of #501624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501624

Black with #501624

Text Example


Text Example

White with #501624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501624; }

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

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

background-color css

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

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

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

border-color css

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

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

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