Html Css Color HEX #501C28 Bordeaux

📋 copy color: '#501C28'

red 80 ◦ green 28 ◦ blue 40

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

Shades of Bordeaux #501C28

Tints of Bordeaux #501C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

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

R = 54.05%
G = 18.92%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.5

 K value IS 0.69

RGB Variations

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

Color information

#501C28 (or 0x501C28) is known color: Bordeaux. HEX triplet: 50, 1C and 28. RGB value is (80,28,40). Sum of RGB (Red+Green+Blue) = 80+28+40=148 (19% of max value = 765). Red value is 80 (31.64% from 255 or 54.05% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 80 - color contains mainly: red. Hex color #501C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C28 is #AFE3D7. Grayscale: #2C2C2C. Windows color (decimal): -11527128 or 2628688. OLE color: 2628688.

HSL color Cylindrical-coordinate representation of color #501C28: hue angle of 346.15º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #501C28 is Cyan = 0, Magento = 0.65, Yellow = 0.5 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 28 40 -
CMYK 0 0.65 0.5 0.69
HSL 346.15º 0.48% 0.21% -
HSV(B) 346.15º 0.65% 0.31% -
XYZ 4.11 2.69 2.31 -
YUV 44.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 80 28 40 0 0.65 0.5 0.69 346.15 0.48 0.21
Hex 50 1C 28 0 41 32 45 15A 30 15
Octal 120 34 50 0 101 62 105 532 60 25
Binary 1010000 11100 101000 0 1000001 110010 1000101 101011010 110000 10101

Color Harmonies of #501C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C28

Black with #501C28

Text Example


Text Example

White with #501C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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