Html Css Color HEX #50181E Bordeaux

📋 copy color: '#50181E'

red 80 ◦ green 24 ◦ blue 30

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

Shades of Bordeaux #50181E

Tints of Bordeaux #50181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.39%

R = 59.7%
G = 17.91%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50181E (or 0x50181E) is known color: Bordeaux. HEX triplet: 50, 18 and 1E. RGB value is (80,24,30). Sum of RGB (Red+Green+Blue) = 80+24+30=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #50181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181E is #AFE7E1. Grayscale: #292929. Windows color (decimal): -11528162 or 1972304. OLE color: 1972304.

HSL color Cylindrical-coordinate representation of color #50181E: hue angle of 353.57º 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 #50181E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 24 30 -
CMYK 0 0.70 0.62 0.69
HSL 353.57º 0.54% 0.2% -
HSV(B) 353.57º 0.7% 0.31% -
XYZ 3.87 2.45 1.5 -
YUV 41.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 80 24 30 0 0.70 0.62 0.69 353.57 0.54 0.2
Hex 50 18 1E 0 46 3E 45 162 36 14
Octal 120 30 36 0 106 76 105 542 66 24
Binary 1010000 11000 11110 0 1000110 111110 1000101 101100010 110110 10100

Color Harmonies of #50181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50181E

Black with #50181E

Text Example


Text Example

White with #50181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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