Html Css Color HEX #501E25 Bordeaux

📋 copy color: '#501E25'

red 80 ◦ green 30 ◦ blue 37

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

Shades of Bordeaux #501E25

Tints of Bordeaux #501E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 25.17%

R = 54.42%
G = 20.41%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#501E25 (or 0x501E25) is known color: Bordeaux. HEX triplet: 50, 1E and 25. RGB value is (80,30,37). Sum of RGB (Red+Green+Blue) = 80+30+37=147 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.42% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 80 - color contains mainly: red. Hex color #501E25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501E25 is #AFE1DA. Grayscale: #2D2D2D. Windows color (decimal): -11526619 or 2432592. OLE color: 2432592.

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

Color convert

RGB 80 30 37 -
CMYK 0 0.62 0.54 0.69
HSL 351.6º 0.45% 0.22% -
HSV(B) 351.6º 0.63% 0.31% -
XYZ 4.11 2.77 2.07 -
YUV 45.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 80 30 37 0 0.62 0.54 0.69 351.6 0.45 0.22
Hex 50 1E 25 0 3E 36 45 160 2D 16
Octal 120 36 45 0 76 66 105 540 55 26
Binary 1010000 11110 100101 0 111110 110110 1000101 101100000 101101 10110

Color Harmonies of #501E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501E25

Black with #501E25

Text Example


Text Example

White with #501E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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