Html Css Color HEX #500E18 Bordeaux

📋 copy color: '#500E18'

red 80 ◦ green 14 ◦ blue 24

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

Shades of Bordeaux #500E18

Tints of Bordeaux #500E18

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 24 (9.77% from 255) = 20.34%

R = 67.8%
G = 11.86%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#500E18 (or 0x500E18) is known color: Bordeaux. HEX triplet: 50, 0E and 18. RGB value is (80,14,24). Sum of RGB (Red+Green+Blue) = 80+14+24=118 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.80% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 80 - color contains mainly: red. Hex color #500E18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E18 is #AFF1E7. Grayscale: #222222. Windows color (decimal): -11530728 or 1576528. OLE color: 1576528.

HSL color Cylindrical-coordinate representation of color #500E18: hue angle of 350.91º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E18 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 14 24 -
CMYK 0 0.83 0.70 0.69
HSL 350.91º 0.7% 0.18% -
HSV(B) 350.91º 0.83% 0.31% -
XYZ 3.63 2.09 1.08 -
YUV 34.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 80 14 24 0 0.83 0.70 0.69 350.91 0.7 0.18
Hex 50 E 18 0 53 46 45 15F 46 12
Octal 120 16 30 0 123 106 105 537 106 22
Binary 1010000 1110 11000 0 1010011 1000110 1000101 101011111 1000110 10010

Color Harmonies of #500E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500E18

Black with #500E18

Text Example


Text Example

White with #500E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500E18; }

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

 H1.HeaderClassName
 {
   color: #500E18;
 }
 .AnyTagClassName
 {
   color: #500E18;
 }
</style>

background-color css

<style>
 a { background-color: #500E18; }

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

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

border-color css

<style>
 span { border-color: #500E18; }

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

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