Html Css Color HEX #501A25 Bordeaux

📋 copy color: '#501A25'

red 80 ◦ green 26 ◦ blue 37

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

Shades of Bordeaux #501A25

Tints of Bordeaux #501A25

RGB

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

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

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

R = 55.94%
G = 18.18%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#501A25 (or 0x501A25) is known color: Bordeaux. HEX triplet: 50, 1A and 25. RGB value is (80,26,37). Sum of RGB (Red+Green+Blue) = 80+26+37=143 (18% of max value = 765). Red value is 80 (31.64% from 255 or 55.94% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 80 - color contains mainly: red. Hex color #501A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501A25 is #AFE5DA. Grayscale: #2B2B2B. Windows color (decimal): -11527643 or 2431568. OLE color: 2431568.

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

Color convert

RGB 80 26 37 -
CMYK 0 0.67 0.54 0.69
HSL 347.78º 0.51% 0.21% -
HSV(B) 347.78º 0.68% 0.31% -
XYZ 4.01 2.58 2.04 -
YUV 43.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 80 26 37 0 0.67 0.54 0.69 347.78 0.51 0.21
Hex 50 1A 25 0 43 36 45 15C 33 15
Octal 120 32 45 0 103 66 105 534 63 25
Binary 1010000 11010 100101 0 1000011 110110 1000101 101011100 110011 10101

Color Harmonies of #501A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A25

Black with #501A25

Text Example


Text Example

White with #501A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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