Html Css Color HEX #501928 Bordeaux

📋 copy color: '#501928'

red 80 ◦ green 25 ◦ blue 40

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

Shades of Bordeaux #501928

Tints of Bordeaux #501928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 55.17%
G = 17.24%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#501928 (or 0x501928) is known color: Bordeaux. HEX triplet: 50, 19 and 28. RGB value is (80,25,40). Sum of RGB (Red+Green+Blue) = 80+25+40=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501928 is #AFE6D7. Grayscale: #2B2B2B. Windows color (decimal): -11527896 or 2627920. OLE color: 2627920.

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

Color convert

RGB 80 25 40 -
CMYK 0 0.69 0.5 0.69
HSL 343.64º 0.52% 0.21% -
HSV(B) 343.64º 0.69% 0.31% -
XYZ 4.04 2.55 2.29 -
YUV 43.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 80 25 40 0 0.69 0.5 0.69 343.64 0.52 0.21
Hex 50 19 28 0 45 32 45 158 34 15
Octal 120 31 50 0 105 62 105 530 64 25
Binary 1010000 11001 101000 0 1000101 110010 1000101 101011000 110100 10101

Color Harmonies of #501928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501928

Black with #501928

Text Example


Text Example

White with #501928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501928; }

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

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

background-color css

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

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

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

border-color css

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

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

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