Html Css Color HEX #501D2B Bordeaux

📋 copy color: '#501D2B'

red 80 ◦ green 29 ◦ blue 43

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

Shades of Bordeaux #501D2B

Tints of Bordeaux #501D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.29%

R = 52.63%
G = 19.08%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#501D2B (or 0x501D2B) is known color: Bordeaux. HEX triplet: 50, 1D and 2B. RGB value is (80,29,43). Sum of RGB (Red+Green+Blue) = 80+29+43=152 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.63% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 80 - color contains mainly: red. Hex color #501D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501D2B is #AFE2D4. Grayscale: #2D2D2D. Windows color (decimal): -11526869 or 2825552. OLE color: 2825552.

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

Color convert

RGB 80 29 43 -
CMYK 0 0.64 0.46 0.69
HSL 343.53º 0.47% 0.21% -
HSV(B) 343.53º 0.64% 0.31% -
XYZ 4.18 2.76 2.6 -
YUV 45.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 80 29 43 0 0.64 0.46 0.69 343.53 0.47 0.21
Hex 50 1D 2B 0 40 2E 45 158 2F 15
Octal 120 35 53 0 100 56 105 530 57 25
Binary 1010000 11101 101011 0 1000000 101110 1000101 101011000 101111 10101

Color Harmonies of #501D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501D2B

Black with #501D2B

Text Example


Text Example

White with #501D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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