Html Css Color HEX #50001D Bordeaux

📋 copy color: '#50001D'

red 80 ◦ green 0 ◦ blue 29

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

Shades of Bordeaux #50001D

Tints of Bordeaux #50001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.61%

R = 73.39%
G = 0%
B = 26.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#50001D (or 0x50001D) is known color: Bordeaux. HEX triplet: 50, 00 and 1D. RGB value is (80,0,29). Sum of RGB (Red+Green+Blue) = 80+0+29=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001D is #AFFFE2. Grayscale: #1B1B1B. Windows color (decimal): -11534307 or 1900624. OLE color: 1900624.

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

Color convert

RGB 80 0 29 -
CMYK 0 1 0.64 0.69
HSL 338.25º 1% 0.16% -
HSV(B) 338.25º 1% 0.31% -
XYZ 3.53 1.79 1.32 -
YUV 27.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 80 0 29 0 1 0.64 0.69 338.25 1 0.16
Hex 50 0 1D 0 64 40 45 152 64 10
Octal 120 0 35 0 144 100 105 522 144 20
Binary 1010000 0 11101 0 1100100 1000000 1000101 101010010 1100100 10000

Color Harmonies of #50001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001D

Black with #50001D

Text Example


Text Example

White with #50001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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