Html Css Color HEX #50101A Bordeaux

📋 copy color: '#50101A'

red 80 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #50101A

Tints of Bordeaux #50101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

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

R = 65.57%
G = 13.11%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50101A (or 0x50101A) is known color: Bordeaux. HEX triplet: 50, 10 and 1A. RGB value is (80,16,26). Sum of RGB (Red+Green+Blue) = 80+16+26=122 (16% of max value = 765). Red value is 80 (31.64% from 255 or 65.57% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 80 - color contains mainly: red. Hex color #50101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50101A is #AFEFE5. Grayscale: #242424. Windows color (decimal): -11530214 or 1708112. OLE color: 1708112.

HSL color Cylindrical-coordinate representation of color #50101A: hue angle of 350.62º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50101A is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 26 -
CMYK 0 0.80 0.67 0.69
HSL 350.63º 0.67% 0.19% -
HSV(B) 350.63º 0.8% 0.31% -
XYZ 3.68 2.15 1.2 -
YUV 36.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 80 16 26 0 0.80 0.67 0.69 350.63 0.67 0.19
Hex 50 10 1A 0 50 43 45 15F 43 13
Octal 120 20 32 0 120 103 105 537 103 23
Binary 1010000 10000 11010 0 1010000 1000011 1000101 101011111 1000011 10011

Color Harmonies of #50101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50101A

Black with #50101A

Text Example


Text Example

White with #50101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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