Html Css Color HEX #501E26 Bordeaux

📋 copy color: '#501E26'

red 80 ◦ green 30 ◦ blue 38

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

Shades of Bordeaux #501E26

Tints of Bordeaux #501E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

 BLUE value IS 38 (15.23% from 255) = 25.68%

R = 54.05%
G = 20.27%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#501E26 (or 0x501E26) is known color: Bordeaux. HEX triplet: 50, 1E and 26. RGB value is (80,30,38). Sum of RGB (Red+Green+Blue) = 80+30+38=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501E26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E26 is #AFE1D9. Grayscale: #2D2D2D. Windows color (decimal): -11526618 or 2498128. OLE color: 2498128.

HSL color Cylindrical-coordinate representation of color #501E26: hue angle of 350.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #501E26 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 30 38 -
CMYK 0 0.62 0.52 0.69
HSL 350.4º 0.45% 0.22% -
HSV(B) 350.4º 0.63% 0.31% -
XYZ 4.12 2.77 2.15 -
YUV 45.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 80 30 38 0 0.62 0.52 0.69 350.4 0.45 0.22
Hex 50 1E 26 0 3E 34 45 15E 2D 16
Octal 120 36 46 0 76 64 105 536 55 26
Binary 1010000 11110 100110 0 111110 110100 1000101 101011110 101101 10110

Color Harmonies of #501E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E26

Black with #501E26

Text Example


Text Example

White with #501E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,30,38); }

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

background-color css

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

 a { background-color: rgb(80,30,38); }

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

border-color css

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

 span { border-color: rgb(80,30,38); }

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