Html Css Color HEX #501825 Bordeaux

📋 copy color: '#501825'

red 80 ◦ green 24 ◦ blue 37

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

Shades of Bordeaux #501825

Tints of Bordeaux #501825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.02%

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

R = 56.74%
G = 17.02%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#501825 (or 0x501825) is known color: Bordeaux. HEX triplet: 50, 18 and 25. RGB value is (80,24,37). Sum of RGB (Red+Green+Blue) = 80+24+37=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 37 (14.84% from 255 or 26.24% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501825 is #AFE7DA. Grayscale: #2A2A2A. Windows color (decimal): -11528155 or 2431056. OLE color: 2431056.

HSL color Cylindrical-coordinate representation of color #501825: hue angle of 346.07º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #501825 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 37 -
CMYK 0 0.70 0.54 0.69
HSL 346.07º 0.54% 0.2% -
HSV(B) 346.07º 0.7% 0.31% -
XYZ 3.97 2.49 2.02 -
YUV 42.23 125.05 154.94 -
System Red Green Blue C M Y K H S L
Decimal 80 24 37 0 0.70 0.54 0.69 346.07 0.54 0.2
Hex 50 18 25 0 46 36 45 15A 36 14
Octal 120 30 45 0 106 66 105 532 66 24
Binary 1010000 11000 100101 0 1000110 110110 1000101 101011010 110110 10100

Color Harmonies of #501825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501825

Black with #501825

Text Example


Text Example

White with #501825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501825; }

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

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

background-color css

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

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

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

border-color css

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

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

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