Html Css Color HEX #501622 Bordeaux

📋 copy color: '#501622'

red 80 ◦ green 22 ◦ blue 34

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

Shades of Bordeaux #501622

Tints of Bordeaux #501622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.18%

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

R = 58.82%
G = 16.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.69

RGB Variations

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

Color information

#501622 (or 0x501622) is known color: Bordeaux. HEX triplet: 50, 16 and 22. RGB value is (80,22,34). Sum of RGB (Red+Green+Blue) = 80+22+34=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #501622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501622 is #AFE9DD. Grayscale: #282828. Windows color (decimal): -11528670 or 2233936. OLE color: 2233936.

HSL color Cylindrical-coordinate representation of color #501622: hue angle of 347.59º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #501622 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 34 -
CMYK 0 0.72 0.58 0.69
HSL 347.59º 0.57% 0.2% -
HSV(B) 347.59º 0.73% 0.31% -
XYZ 3.88 2.39 1.77 -
YUV 40.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 80 22 34 0 0.72 0.58 0.69 347.59 0.57 0.2
Hex 50 16 22 0 48 3A 45 15C 39 14
Octal 120 26 42 0 110 72 105 534 71 24
Binary 1010000 10110 100010 0 1001000 111010 1000101 101011100 111001 10100

Color Harmonies of #501622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501622

Black with #501622

Text Example


Text Example

White with #501622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501622; }

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

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

background-color css

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

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

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

border-color css

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

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

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