Html Css Color HEX #50000E Bordeaux

📋 copy color: '#50000E'

red 80 ◦ green 0 ◦ blue 14

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

Shades of Bordeaux #50000E

Tints of Bordeaux #50000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 14.89%

R = 85.11%
G = 0%
B = 14.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#50000E (or 0x50000E) is known color: Bordeaux. HEX triplet: 50, 00 and 0E. RGB value is (80,0,14). Sum of RGB (Red+Green+Blue) = 80+0+14=94 (12% of max value = 765). Red value is 80 (31.64% from 255 or 85.11% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 80 - color contains mainly: red. Hex color #50000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50000E is #AFFFF1. Grayscale: #191919. Windows color (decimal): -11534322 or 917584. OLE color: 917584.

HSL color Cylindrical-coordinate representation of color #50000E: hue angle of 349.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50000E is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 14 -
CMYK 0 1 0.83 0.69
HSL 349.5º 1% 0.16% -
HSV(B) 349.5º 1% 0.31% -
XYZ 3.39 1.74 0.57 -
YUV 25.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 80 0 14 0 1 0.83 0.69 349.5 1 0.16
Hex 50 0 E 0 64 53 45 15E 64 10
Octal 120 0 16 0 144 123 105 536 144 20
Binary 1010000 0 1110 0 1100100 1010011 1000101 101011110 1100100 10000

Color Harmonies of #50000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50000E

Black with #50000E

Text Example


Text Example

White with #50000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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