Html Css Color HEX #501328 Bordeaux

📋 copy color: '#501328'

red 80 ◦ green 19 ◦ blue 40

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

Shades of Bordeaux #501328

Tints of Bordeaux #501328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.67%

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

R = 57.55%
G = 13.67%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#501328 (or 0x501328) is known color: Bordeaux. HEX triplet: 50, 13 and 28. RGB value is (80,19,40). Sum of RGB (Red+Green+Blue) = 80+19+40=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501328 is #AFECD7. Grayscale: #272727. Windows color (decimal): -11529432 or 2626384. OLE color: 2626384.

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

Color convert

RGB 80 19 40 -
CMYK 0 0.76 0.5 0.69
HSL 339.34º 0.62% 0.19% -
HSV(B) 339.34º 0.76% 0.31% -
XYZ 3.92 2.32 2.25 -
YUV 39.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 80 19 40 0 0.76 0.5 0.69 339.34 0.62 0.19
Hex 50 13 28 0 4C 32 45 153 3E 13
Octal 120 23 50 0 114 62 105 523 76 23
Binary 1010000 10011 101000 0 1001100 110010 1000101 101010011 111110 10011

Color Harmonies of #501328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501328

Black with #501328

Text Example


Text Example

White with #501328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501328; }

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

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

background-color css

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

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

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

border-color css

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

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

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