Html Css Color HEX #500D25 Bordeaux

📋 copy color: '#500D25'

red 80 ◦ green 13 ◦ blue 37

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

Shades of Bordeaux #500D25

Tints of Bordeaux #500D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 61.54%
G = 10%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.69

RGB Variations

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

Color information

#500D25 (or 0x500D25) is known color: Bordeaux. HEX triplet: 50, 0D and 25. RGB value is (80,13,37). Sum of RGB (Red+Green+Blue) = 80+13+37=130 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.54% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 80 - color contains mainly: red. Hex color #500D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500D25 is #AFF2DA. Grayscale: #232323. Windows color (decimal): -11530971 or 2428240. OLE color: 2428240.

HSL color Cylindrical-coordinate representation of color #500D25: hue angle of 338.51º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #500D25 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 13 37 -
CMYK 0 0.84 0.54 0.69
HSL 338.51º 0.72% 0.18% -
HSV(B) 338.51º 0.84% 0.31% -
XYZ 3.79 2.13 1.96 -
YUV 35.77 128.7 159.55 -
System Red Green Blue C M Y K H S L
Decimal 80 13 37 0 0.84 0.54 0.69 338.51 0.72 0.18
Hex 50 D 25 0 54 36 45 153 48 12
Octal 120 15 45 0 124 66 105 523 110 22
Binary 1010000 1101 100101 0 1010100 110110 1000101 101010011 1001000 10010

Color Harmonies of #500D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D25

Black with #500D25

Text Example


Text Example

White with #500D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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