Html Css Color HEX #50001A Bordeaux

📋 copy color: '#50001A'

red 80 ◦ green 0 ◦ blue 26

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

Shades of Bordeaux #50001A

Tints of Bordeaux #50001A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 75.47%
G = 0%
B = 24.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50001A (or 0x50001A) is known color: Bordeaux. HEX triplet: 50, 00 and 1A. RGB value is (80,0,26). Sum of RGB (Red+Green+Blue) = 80+0+26=106 (14% of max value = 765). Red value is 80 (31.64% from 255 or 75.47% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 80 - color contains mainly: red. Hex color #50001A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50001A is #AFFFE5. Grayscale: #1A1A1A. Windows color (decimal): -11534310 or 1704016. OLE color: 1704016.

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

Color convert

RGB 80 0 26 -
CMYK 0 1 0.67 0.69
HSL 340.5º 1% 0.16% -
HSV(B) 340.5º 1% 0.31% -
XYZ 3.49 1.78 1.14 -
YUV 26.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 80 0 26 0 1 0.67 0.69 340.5 1 0.16
Hex 50 0 1A 0 64 43 45 154 64 10
Octal 120 0 32 0 144 103 105 524 144 20
Binary 1010000 0 11010 0 1100100 1000011 1000101 101010100 1100100 10000

Color Harmonies of #50001A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50001A

Black with #50001A

Text Example


Text Example

White with #50001A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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