Html Css Color HEX #50111B Bordeaux

📋 copy color: '#50111B'

red 80 ◦ green 17 ◦ blue 27

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

Shades of Bordeaux #50111B

Tints of Bordeaux #50111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.71%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 64.52%
G = 13.71%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50111B (or 0x50111B) is known color: Bordeaux. HEX triplet: 50, 11 and 1B. RGB value is (80,17,27). Sum of RGB (Red+Green+Blue) = 80+17+27=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 17 (7.03% from 255 or 13.71% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50111B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50111B is #AFEEE4. Grayscale: #252525. Windows color (decimal): -11529957 or 1773904. OLE color: 1773904.

HSL color Cylindrical-coordinate representation of color #50111B: hue angle of 350.48º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50111B is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 17 27 -
CMYK 0 0.79 0.66 0.69
HSL 350.48º 0.65% 0.19% -
HSV(B) 350.48º 0.79% 0.31% -
XYZ 3.71 2.19 1.26 -
YUV 36.98 122.37 158.69 -
System Red Green Blue C M Y K H S L
Decimal 80 17 27 0 0.79 0.66 0.69 350.48 0.65 0.19
Hex 50 11 1B 0 4F 42 45 15E 41 13
Octal 120 21 33 0 117 102 105 536 101 23
Binary 1010000 10001 11011 0 1001111 1000010 1000101 101011110 1000001 10011

Color Harmonies of #50111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50111B

Black with #50111B

Text Example


Text Example

White with #50111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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