Html Css Color HEX #50011E Bordeaux

📋 copy color: '#50011E'

red 80 ◦ green 1 ◦ blue 30

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

Shades of Bordeaux #50011E

Tints of Bordeaux #50011E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.9%

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

R = 72.07%
G = 0.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50011E (or 0x50011E) is known color: Bordeaux. HEX triplet: 50, 01 and 1E. RGB value is (80,1,30). Sum of RGB (Red+Green+Blue) = 80+1+30=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50011E is #AFFEE1. Grayscale: #1B1B1B. Windows color (decimal): -11534050 or 1966416. OLE color: 1966416.

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

Color convert

RGB 80 1 30 -
CMYK 0 0.99 0.62 0.69
HSL 337.97º 0.98% 0.16% -
HSV(B) 337.97º 0.99% 0.31% -
XYZ 3.55 1.82 1.39 -
YUV 27.93 129.17 165.14 -
System Red Green Blue C M Y K H S L
Decimal 80 1 30 0 0.99 0.62 0.69 337.97 0.98 0.16
Hex 50 1 1E 0 63 3E 45 152 62 10
Octal 120 1 36 0 143 76 105 522 142 20
Binary 1010000 1 11110 0 1100011 111110 1000101 101010010 1100010 10000

Color Harmonies of #50011E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50011E

Black with #50011E

Text Example


Text Example

White with #50011E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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