Html Css Color HEX #50001E Bordeaux

📋 copy color: '#50001E'

red 80 ◦ green 0 ◦ blue 30

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

Shades of Bordeaux #50001E

Tints of Bordeaux #50001E

RGB

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

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

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

R = 72.73%
G = 0%
B = 27.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.69

RGB Variations

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

Color information

#50001E (or 0x50001E) is known color: Bordeaux. HEX triplet: 50, 00 and 1E. RGB value is (80,0,30). Sum of RGB (Red+Green+Blue) = 80+0+30=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #50001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001E is #AFFFE1. Grayscale: #1B1B1B. Windows color (decimal): -11534306 or 1966160. OLE color: 1966160.

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

Color convert

RGB 80 0 30 -
CMYK 0 1 0.62 0.69
HSL 337.5º 1% 0.16% -
HSV(B) 337.5º 1% 0.31% -
XYZ 3.54 1.8 1.39 -
YUV 27.34 129.5 165.56 -
System Red Green Blue C M Y K H S L
Decimal 80 0 30 0 1 0.62 0.69 337.5 1 0.16
Hex 50 0 1E 0 64 3E 45 152 64 10
Octal 120 0 36 0 144 76 105 522 144 20
Binary 1010000 0 11110 0 1100100 111110 1000101 101010010 1100100 10000

Color Harmonies of #50001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001E

Black with #50001E

Text Example


Text Example

White with #50001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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