Html Css Color HEX #501927 Bordeaux

📋 copy color: '#501927'

red 80 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #501927

Tints of Bordeaux #501927

RGB

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

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

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

R = 55.56%
G = 17.36%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501927 (or 0x501927) is known color: Bordeaux. HEX triplet: 50, 19 and 27. RGB value is (80,25,39). Sum of RGB (Red+Green+Blue) = 80+25+39=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #501927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501927 is #AFE6D8. Grayscale: #2B2B2B. Windows color (decimal): -11527897 or 2562384. OLE color: 2562384.

HSL color Cylindrical-coordinate representation of color #501927: hue angle of 344.73º 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 #501927 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 25 39 -
CMYK 0 0.69 0.51 0.69
HSL 344.73º 0.52% 0.21% -
HSV(B) 344.73º 0.69% 0.31% -
XYZ 4.02 2.55 2.2 -
YUV 43.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 80 25 39 0 0.69 0.51 0.69 344.73 0.52 0.21
Hex 50 19 27 0 45 33 45 159 34 15
Octal 120 31 47 0 105 63 105 531 64 25
Binary 1010000 11001 100111 0 1000101 110011 1000101 101011001 110100 10101

Color Harmonies of #501927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501927

Black with #501927

Text Example


Text Example

White with #501927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501927; }

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

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

background-color css

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

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

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

border-color css

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

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

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