Html Css Color HEX #501F26 Bordeaux

📋 copy color: '#501F26'

red 80 ◦ green 31 ◦ blue 38

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

Shades of Bordeaux #501F26

Tints of Bordeaux #501F26

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.81%

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

R = 53.69%
G = 20.81%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#501F26 (or 0x501F26) is known color: Bordeaux. HEX triplet: 50, 1F and 26. RGB value is (80,31,38). Sum of RGB (Red+Green+Blue) = 80+31+38=149 (19% of max value = 765). Red value is 80 (31.64% from 255 or 53.69% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 80 - color contains mainly: red. Hex color #501F26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F26 is #AFE0D9. Grayscale: #2E2E2E. Windows color (decimal): -11526362 or 2498384. OLE color: 2498384.

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

Color convert

RGB 80 31 38 -
CMYK 0 0.61 0.52 0.69
HSL 351.43º 0.44% 0.22% -
HSV(B) 351.43º 0.61% 0.31% -
XYZ 4.15 2.83 2.16 -
YUV 46.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 80 31 38 0 0.61 0.52 0.69 351.43 0.44 0.22
Hex 50 1F 26 0 3D 34 45 15F 2C 16
Octal 120 37 46 0 75 64 105 537 54 26
Binary 1010000 11111 100110 0 111101 110100 1000101 101011111 101100 10110

Color Harmonies of #501F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F26

Black with #501F26

Text Example


Text Example

White with #501F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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