Html Css Color HEX #50162A Bordeaux

📋 copy color: '#50162A'

red 80 ◦ green 22 ◦ blue 42

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

Shades of Bordeaux #50162A

Tints of Bordeaux #50162A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 55.56%
G = 15.28%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#50162A (or 0x50162A) is known color: Bordeaux. HEX triplet: 50, 16 and 2A. RGB value is (80,22,42). Sum of RGB (Red+Green+Blue) = 80+22+42=144 (19% of max value = 765). Red value is 80 (31.64% from 255 or 55.56% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 80 - color contains mainly: red. Hex color #50162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50162A is #AFE9D5. Grayscale: #292929. Windows color (decimal): -11528662 or 2758224. OLE color: 2758224.

HSL color Cylindrical-coordinate representation of color #50162A: hue angle of 339.31º 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 #50162A is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 22 42 -
CMYK 0 0.72 0.48 0.69
HSL 339.31º 0.57% 0.2% -
HSV(B) 339.31º 0.73% 0.31% -
XYZ 4.01 2.45 2.45 -
YUV 41.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 80 22 42 0 0.72 0.48 0.69 339.31 0.57 0.2
Hex 50 16 2A 0 48 30 45 153 39 14
Octal 120 26 52 0 110 60 105 523 71 24
Binary 1010000 10110 101010 0 1001000 110000 1000101 101010011 111001 10100

Color Harmonies of #50162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50162A

Black with #50162A

Text Example


Text Example

White with #50162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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