Html Css Color HEX #501C27 Bordeaux

📋 copy color: '#501C27'

red 80 ◦ green 28 ◦ blue 39

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

Shades of Bordeaux #501C27

Tints of Bordeaux #501C27

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.05%

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

R = 54.42%
G = 19.05%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501C27 (or 0x501C27) is known color: Bordeaux. HEX triplet: 50, 1C and 27. RGB value is (80,28,39). Sum of RGB (Red+Green+Blue) = 80+28+39=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 39 (15.62% from 255 or 26.53% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C27 is #AFE3D8. Grayscale: #2C2C2C. Windows color (decimal): -11527129 or 2563152. OLE color: 2563152.

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

Color convert

RGB 80 28 39 -
CMYK 0 0.65 0.51 0.69
HSL 347.31º 0.48% 0.21% -
HSV(B) 347.31º 0.65% 0.31% -
XYZ 4.09 2.68 2.22 -
YUV 44.8 124.73 153.11 -
System Red Green Blue C M Y K H S L
Decimal 80 28 39 0 0.65 0.51 0.69 347.31 0.48 0.21
Hex 50 1C 27 0 41 33 45 15B 30 15
Octal 120 34 47 0 101 63 105 533 60 25
Binary 1010000 11100 100111 0 1000001 110011 1000101 101011011 110000 10101

Color Harmonies of #501C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C27

Black with #501C27

Text Example


Text Example

White with #501C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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