Html Css Color HEX #501D24 Bordeaux

📋 copy color: '#501D24'

red 80 ◦ green 29 ◦ blue 36

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

Shades of Bordeaux #501D24

Tints of Bordeaux #501D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24.83%

R = 55.17%
G = 20%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.69

RGB Variations

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

Color information

#501D24 (or 0x501D24) is known color: Bordeaux. HEX triplet: 50, 1D and 24. RGB value is (80,29,36). Sum of RGB (Red+Green+Blue) = 80+29+36=145 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.17% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 36 (14.45% from 255 or 24.83% from 145); Max value from RGB is 80 - color contains mainly: red. Hex color #501D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D24 is #AFE2DB. Grayscale: #2D2D2D. Windows color (decimal): -11526876 or 2366800. OLE color: 2366800.

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

Color convert

RGB 80 29 36 -
CMYK 0 0.64 0.55 0.69
HSL 351.76º 0.47% 0.21% -
HSV(B) 351.76º 0.64% 0.31% -
XYZ 4.07 2.71 1.98 -
YUV 45.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 80 29 36 0 0.64 0.55 0.69 351.76 0.47 0.21
Hex 50 1D 24 0 40 37 45 160 2F 15
Octal 120 35 44 0 100 67 105 540 57 25
Binary 1010000 11101 100100 0 1000000 110111 1000101 101100000 101111 10101

Color Harmonies of #501D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D24

Black with #501D24

Text Example


Text Example

White with #501D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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