Html Css Color HEX #50181B Bordeaux

📋 copy color: '#50181B'

red 80 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #50181B

Tints of Bordeaux #50181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.32%

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

R = 61.07%
G = 18.32%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.69

RGB Variations

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

Color information

#50181B (or 0x50181B) is known color: Bordeaux. HEX triplet: 50, 18 and 1B. RGB value is (80,24,27). Sum of RGB (Red+Green+Blue) = 80+24+27=131 (17% of max value = 765). Red value is 80 (31.64% from 255 or 61.07% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 27 (10.94% from 255 or 20.61% from 131); Max value from RGB is 80 - color contains mainly: red. Hex color #50181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181B is #AFE7E4. Grayscale: #292929. Windows color (decimal): -11528165 or 1775696. OLE color: 1775696.

HSL color Cylindrical-coordinate representation of color #50181B: hue angle of 356.79º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50181B is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 27 -
CMYK 0 0.70 0.66 0.69
HSL 356.79º 0.54% 0.2% -
HSV(B) 356.79º 0.7% 0.31% -
XYZ 3.83 2.44 1.31 -
YUV 41.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 80 24 27 0 0.70 0.66 0.69 356.79 0.54 0.2
Hex 50 18 1B 0 46 42 45 165 36 14
Octal 120 30 33 0 106 102 105 545 66 24
Binary 1010000 11000 11011 0 1000110 1000010 1000101 101100101 110110 10100

Color Harmonies of #50181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50181B

Black with #50181B

Text Example


Text Example

White with #50181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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