Html Css Color HEX #50181D Bordeaux

📋 copy color: '#50181D'

red 80 ◦ green 24 ◦ blue 29

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

Shades of Bordeaux #50181D

Tints of Bordeaux #50181D

RGB

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

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

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

R = 60.15%
G = 18.05%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50181D (or 0x50181D) is known color: Bordeaux. HEX triplet: 50, 18 and 1D. RGB value is (80,24,29). Sum of RGB (Red+Green+Blue) = 80+24+29=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 29 (11.72% from 255 or 21.80% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #50181D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50181D is #AFE7E2. Grayscale: #292929. Windows color (decimal): -11528163 or 1906768. OLE color: 1906768.

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

Color convert

RGB 80 24 29 -
CMYK 0 0.70 0.64 0.69
HSL 354.64º 0.54% 0.2% -
HSV(B) 354.64º 0.7% 0.31% -
XYZ 3.86 2.45 1.43 -
YUV 41.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 80 24 29 0 0.70 0.64 0.69 354.64 0.54 0.2
Hex 50 18 1D 0 46 40 45 163 36 14
Octal 120 30 35 0 106 100 105 543 66 24
Binary 1010000 11000 11101 0 1000110 1000000 1000101 101100011 110110 10100

Color Harmonies of #50181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50181D

Black with #50181D

Text Example


Text Example

White with #50181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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