Html Css Color HEX #501A2B Bordeaux

📋 copy color: '#501A2B'

red 80 ◦ green 26 ◦ blue 43

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

Shades of Bordeaux #501A2B

Tints of Bordeaux #501A2B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.45%

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

R = 53.69%
G = 17.45%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#501A2B (or 0x501A2B) is known color: Bordeaux. HEX triplet: 50, 1A and 2B. RGB value is (80,26,43). Sum of RGB (Red+Green+Blue) = 80+26+43=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A2B is #AFE5D4. Grayscale: #2C2C2C. Windows color (decimal): -11527637 or 2824784. OLE color: 2824784.

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

Color convert

RGB 80 26 43 -
CMYK 0 0.67 0.46 0.69
HSL 341.11º 0.51% 0.21% -
HSV(B) 341.11º 0.68% 0.31% -
XYZ 4.11 2.62 2.57 -
YUV 44.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 80 26 43 0 0.67 0.46 0.69 341.11 0.51 0.21
Hex 50 1A 2B 0 43 2E 45 155 33 15
Octal 120 32 53 0 103 56 105 525 63 25
Binary 1010000 11010 101011 0 1000011 101110 1000101 101010101 110011 10101

Color Harmonies of #501A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A2B

Black with #501A2B

Text Example


Text Example

White with #501A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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