Html Css Color HEX #501B22 Bordeaux

📋 copy color: '#501B22'

red 80 ◦ green 27 ◦ blue 34

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

Shades of Bordeaux #501B22

Tints of Bordeaux #501B22

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

 BLUE value IS 34 (13.67% from 255) = 24.11%

R = 56.74%
G = 19.15%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#501B22 (or 0x501B22) is known color: Bordeaux. HEX triplet: 50, 1B and 22. RGB value is (80,27,34). Sum of RGB (Red+Green+Blue) = 80+27+34=141 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.74% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 80 - color contains mainly: red. Hex color #501B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #501B22 is #AFE4DD. Grayscale: #2B2B2B. Windows color (decimal): -11527390 or 2235216. OLE color: 2235216.

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

Color convert

RGB 80 27 34 -
CMYK 0 0.66 0.58 0.69
HSL 352.08º 0.5% 0.21% -
HSV(B) 352.08º 0.66% 0.31% -
XYZ 3.99 2.6 1.81 -
YUV 43.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 80 27 34 0 0.66 0.58 0.69 352.08 0.5 0.21
Hex 50 1B 22 0 42 3A 45 160 32 15
Octal 120 33 42 0 102 72 105 540 62 25
Binary 1010000 11011 100010 0 1000010 111010 1000101 101100000 110010 10101

Color Harmonies of #501B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501B22

Black with #501B22

Text Example


Text Example

White with #501B22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,27,34); }

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

background-color css

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

 a { background-color: rgb(80,27,34); }

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

border-color css

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

 span { border-color: rgb(80,27,34); }

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