Html Css Color HEX #501026 Bordeaux

📋 copy color: '#501026'

red 80 ◦ green 16 ◦ blue 38

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

Shades of Bordeaux #501026

Tints of Bordeaux #501026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 28.36%

R = 59.7%
G = 11.94%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#501026 (or 0x501026) is known color: Bordeaux. HEX triplet: 50, 10 and 26. RGB value is (80,16,38). Sum of RGB (Red+Green+Blue) = 80+16+38=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 38 (15.23% from 255 or 28.36% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #501026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501026 is #AFEFD9. Grayscale: #252525. Windows color (decimal): -11530202 or 2494544. OLE color: 2494544.

HSL color Cylindrical-coordinate representation of color #501026: hue angle of 339.38º 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 #501026 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 16 38 -
CMYK 0 0.80 0.52 0.69
HSL 339.38º 0.67% 0.19% -
HSV(B) 339.38º 0.8% 0.31% -
XYZ 3.84 2.22 2.06 -
YUV 37.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 80 16 38 0 0.80 0.52 0.69 339.38 0.67 0.19
Hex 50 10 26 0 50 34 45 153 43 13
Octal 120 20 46 0 120 64 105 523 103 23
Binary 1010000 10000 100110 0 1010000 110100 1000101 101010011 1000011 10011

Color Harmonies of #501026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501026

Black with #501026

Text Example


Text Example

White with #501026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501026; }

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

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

background-color css

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

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

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

border-color css

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

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

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