Html Css Color HEX #501F28 Bordeaux

📋 copy color: '#501F28'

red 80 ◦ green 31 ◦ blue 40

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

Shades of Bordeaux #501F28

Tints of Bordeaux #501F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 26.49%

R = 52.98%
G = 20.53%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#501F28 (or 0x501F28) is known color: Bordeaux. HEX triplet: 50, 1F and 28. RGB value is (80,31,40). Sum of RGB (Red+Green+Blue) = 80+31+40=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501F28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501F28 is #AFE0D7. Grayscale: #2E2E2E. Windows color (decimal): -11526360 or 2629456. OLE color: 2629456.

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

Color convert

RGB 80 31 40 -
CMYK 0 0.61 0.5 0.69
HSL 348.98º 0.44% 0.22% -
HSV(B) 348.98º 0.61% 0.31% -
XYZ 4.18 2.84 2.34 -
YUV 46.68 124.23 151.77 -
System Red Green Blue C M Y K H S L
Decimal 80 31 40 0 0.61 0.5 0.69 348.98 0.44 0.22
Hex 50 1F 28 0 3D 32 45 15D 2C 16
Octal 120 37 50 0 75 62 105 535 54 26
Binary 1010000 11111 101000 0 111101 110010 1000101 101011101 101100 10110

Color Harmonies of #501F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501F28

Black with #501F28

Text Example


Text Example

White with #501F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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