Html Css Color HEX #50121D Bordeaux

📋 copy color: '#50121D'

red 80 ◦ green 18 ◦ blue 29

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

Shades of Bordeaux #50121D

Tints of Bordeaux #50121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

 BLUE value IS 29 (11.72% from 255) = 22.83%

R = 62.99%
G = 14.17%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50121D (or 0x50121D) is known color: Bordeaux. HEX triplet: 50, 12 and 1D. RGB value is (80,18,29). Sum of RGB (Red+Green+Blue) = 80+18+29=127 (16% of max value = 765). Red value is 80 (31.64% from 255 or 62.99% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 29 (11.72% from 255 or 22.83% from 127); Max value from RGB is 80 - color contains mainly: red. Hex color #50121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50121D is #AFEDE2. Grayscale: #252525. Windows color (decimal): -11529699 or 1905232. OLE color: 1905232.

HSL color Cylindrical-coordinate representation of color #50121D: hue angle of 349.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50121D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 18 29 -
CMYK 0 0.78 0.64 0.69
HSL 349.35º 0.63% 0.19% -
HSV(B) 349.35º 0.78% 0.31% -
XYZ 3.75 2.23 1.39 -
YUV 37.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 80 18 29 0 0.78 0.64 0.69 349.35 0.63 0.19
Hex 50 12 1D 0 4E 40 45 15D 3F 13
Octal 120 22 35 0 116 100 105 535 77 23
Binary 1010000 10010 11101 0 1001110 1000000 1000101 101011101 111111 10011

Color Harmonies of #50121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50121D

Black with #50121D

Text Example


Text Example

White with #50121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50121D; }

 p { color: rgb(80,18,29); }

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

background-color css

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

 a { background-color: rgb(80,18,29); }

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

border-color css

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

 span { border-color: rgb(80,18,29); }

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