Html Css Color HEX #50101D Bordeaux

📋 copy color: '#50101D'

red 80 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #50101D

Tints of Bordeaux #50101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 64%
G = 12.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50101D (or 0x50101D) is known color: Bordeaux. HEX triplet: 50, 10 and 1D. RGB value is (80,16,29). Sum of RGB (Red+Green+Blue) = 80+16+29=125 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 80 - color contains mainly: red. Hex color #50101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101D is #AFEFE2. Grayscale: #242424. Windows color (decimal): -11530211 or 1904720. OLE color: 1904720.

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

Color convert

RGB 80 16 29 -
CMYK 0 0.80 0.64 0.69
HSL 347.81º 0.67% 0.19% -
HSV(B) 347.81º 0.8% 0.31% -
XYZ 3.72 2.16 1.38 -
YUV 36.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 80 16 29 0 0.80 0.64 0.69 347.81 0.67 0.19
Hex 50 10 1D 0 50 40 45 15C 43 13
Octal 120 20 35 0 120 100 105 534 103 23
Binary 1010000 10000 11101 0 1010000 1000000 1000101 101011100 1000011 10011

Color Harmonies of #50101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50101D

Black with #50101D

Text Example


Text Example

White with #50101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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