Html Css Color HEX #50011C Bordeaux

📋 copy color: '#50011C'

red 80 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #50011C

Tints of Bordeaux #50011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.69%

R = 73.39%
G = 0.92%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.69

RGB Variations

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

Color information

#50011C (or 0x50011C) is known color: Bordeaux. HEX triplet: 50, 01 and 1C. RGB value is (80,1,28). Sum of RGB (Red+Green+Blue) = 80+1+28=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50011C is #AFFEE3. Grayscale: #1B1B1B. Windows color (decimal): -11534052 or 1835344. OLE color: 1835344.

HSL color Cylindrical-coordinate representation of color #50011C: hue angle of 339.49º 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 #50011C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 28 -
CMYK 0 0.99 0.65 0.69
HSL 339.49º 0.98% 0.16% -
HSV(B) 339.49º 0.99% 0.31% -
XYZ 3.53 1.81 1.26 -
YUV 27.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 80 1 28 0 0.99 0.65 0.69 339.49 0.98 0.16
Hex 50 1 1C 0 63 41 45 153 62 10
Octal 120 1 34 0 143 101 105 523 142 20
Binary 1010000 1 11100 0 1100011 1000001 1000101 101010011 1100010 10000

Color Harmonies of #50011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50011C

Black with #50011C

Text Example


Text Example

White with #50011C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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