Html Css Color HEX #501C2B Bordeaux

📋 copy color: '#501C2B'

red 80 ◦ green 28 ◦ blue 43

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

Shades of Bordeaux #501C2B

Tints of Bordeaux #501C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.48%

R = 52.98%
G = 18.54%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#501C2B (or 0x501C2B) is known color: Bordeaux. HEX triplet: 50, 1C and 2B. RGB value is (80,28,43). Sum of RGB (Red+Green+Blue) = 80+28+43=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 43 (17.19% from 255 or 28.48% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #501C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501C2B is #AFE3D4. Grayscale: #2D2D2D. Windows color (decimal): -11527125 or 2825296. OLE color: 2825296.

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

Color convert

RGB 80 28 43 -
CMYK 0 0.65 0.46 0.69
HSL 342.69º 0.48% 0.21% -
HSV(B) 342.69º 0.65% 0.31% -
XYZ 4.16 2.71 2.59 -
YUV 45.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 80 28 43 0 0.65 0.46 0.69 342.69 0.48 0.21
Hex 50 1C 2B 0 41 2E 45 157 30 15
Octal 120 34 53 0 101 56 105 527 60 25
Binary 1010000 11100 101011 0 1000001 101110 1000101 101010111 110000 10101

Color Harmonies of #501C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501C2B

Black with #501C2B

Text Example


Text Example

White with #501C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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