Html Css Color HEX #501D27 Bordeaux

📋 copy color: '#501D27'

red 80 ◦ green 29 ◦ blue 39

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

Shades of Bordeaux #501D27

Tints of Bordeaux #501D27

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.59%

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

R = 54.05%
G = 19.59%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501D27 (or 0x501D27) is known color: Bordeaux. HEX triplet: 50, 1D and 27. RGB value is (80,29,39). Sum of RGB (Red+Green+Blue) = 80+29+39=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D27 is #AFE2D8. Grayscale: #2D2D2D. Windows color (decimal): -11526873 or 2563408. OLE color: 2563408.

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

Color convert

RGB 80 29 39 -
CMYK 0 0.64 0.51 0.69
HSL 348.24º 0.47% 0.21% -
HSV(B) 348.24º 0.64% 0.31% -
XYZ 4.11 2.73 2.23 -
YUV 45.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 80 29 39 0 0.64 0.51 0.69 348.24 0.47 0.21
Hex 50 1D 27 0 40 33 45 15C 2F 15
Octal 120 35 47 0 100 63 105 534 57 25
Binary 1010000 11101 100111 0 1000000 110011 1000101 101011100 101111 10101

Color Harmonies of #501D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D27

Black with #501D27

Text Example


Text Example

White with #501D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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