Html Css Color HEX #501127 Bordeaux

📋 copy color: '#501127'

red 80 ◦ green 17 ◦ blue 39

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

Shades of Bordeaux #501127

Tints of Bordeaux #501127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.5%

 BLUE value IS 39 (15.63% from 255) = 28.68%

R = 58.82%
G = 12.5%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501127 (or 0x501127) is known color: Bordeaux. HEX triplet: 50, 11 and 27. RGB value is (80,17,39). Sum of RGB (Red+Green+Blue) = 80+17+39=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501127 is #AFEED8. Grayscale: #262626. Windows color (decimal): -11529945 or 2560336. OLE color: 2560336.

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

Color convert

RGB 80 17 39 -
CMYK 0 0.79 0.51 0.69
HSL 339.05º 0.65% 0.19% -
HSV(B) 339.05º 0.79% 0.31% -
XYZ 3.87 2.25 2.15 -
YUV 38.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 80 17 39 0 0.79 0.51 0.69 339.05 0.65 0.19
Hex 50 11 27 0 4F 33 45 153 41 13
Octal 120 21 47 0 117 63 105 523 101 23
Binary 1010000 10001 100111 0 1001111 110011 1000101 101010011 1000001 10011

Color Harmonies of #501127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501127

Black with #501127

Text Example


Text Example

White with #501127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501127; }

 p { color: rgb(80,17,39); }

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

background-color css

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

 a { background-color: rgb(80,17,39); }

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

border-color css

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

 span { border-color: rgb(80,17,39); }

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