Html Css Color HEX #50121A Bordeaux

📋 copy color: '#50121A'

red 80 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #50121A

Tints of Bordeaux #50121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 64.52%
G = 14.52%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#50121A (or 0x50121A) is known color: Bordeaux. HEX triplet: 50, 12 and 1A. RGB value is (80,18,26). Sum of RGB (Red+Green+Blue) = 80+18+26=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50121A is #AFEDE5. Grayscale: #252525. Windows color (decimal): -11529702 or 1708624. OLE color: 1708624.

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

Color convert

RGB 80 18 26 -
CMYK 0 0.78 0.67 0.69
HSL 352.26º 0.63% 0.19% -
HSV(B) 352.26º 0.78% 0.31% -
XYZ 3.71 2.21 1.21 -
YUV 37.45 121.54 158.35 -
System Red Green Blue C M Y K H S L
Decimal 80 18 26 0 0.78 0.67 0.69 352.26 0.63 0.19
Hex 50 12 1A 0 4E 43 45 160 3F 13
Octal 120 22 32 0 116 103 105 540 77 23
Binary 1010000 10010 11010 0 1001110 1000011 1000101 101100000 111111 10011

Color Harmonies of #50121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50121A

Black with #50121A

Text Example


Text Example

White with #50121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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