Html Css Color HEX #501828 Bordeaux

📋 copy color: '#501828'

red 80 ◦ green 24 ◦ blue 40

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

Shades of Bordeaux #501828

Tints of Bordeaux #501828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 27.78%

R = 55.56%
G = 16.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#501828 (or 0x501828) is known color: Bordeaux. HEX triplet: 50, 18 and 28. RGB value is (80,24,40). Sum of RGB (Red+Green+Blue) = 80+24+40=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501828 is #AFE7D7. Grayscale: #2A2A2A. Windows color (decimal): -11528152 or 2627664. OLE color: 2627664.

HSL color Cylindrical-coordinate representation of color #501828: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501828 is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 40 -
CMYK 0 0.70 0.5 0.69
HSL 342.86º 0.54% 0.2% -
HSV(B) 342.86º 0.7% 0.31% -
XYZ 4.02 2.51 2.28 -
YUV 42.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 80 24 40 0 0.70 0.5 0.69 342.86 0.54 0.2
Hex 50 18 28 0 46 32 45 157 36 14
Octal 120 30 50 0 106 62 105 527 66 24
Binary 1010000 11000 101000 0 1000110 110010 1000101 101010111 110110 10100

Color Harmonies of #501828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501828

Black with #501828

Text Example


Text Example

White with #501828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501828; }

 p { color: rgb(80,24,40); }

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

background-color css

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

 a { background-color: rgb(80,24,40); }

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

border-color css

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

 span { border-color: rgb(80,24,40); }

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