Html Css Color HEX #501027 Bordeaux

📋 copy color: '#501027'

red 80 ◦ green 16 ◦ blue 39

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

Shades of Bordeaux #501027

Tints of Bordeaux #501027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.89%

R = 59.26%
G = 11.85%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501027 (or 0x501027) is known color: Bordeaux. HEX triplet: 50, 10 and 27. RGB value is (80,16,39). Sum of RGB (Red+Green+Blue) = 80+16+39=135 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.26% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 80 - color contains mainly: red. Hex color #501027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501027 is #AFEFD8. Grayscale: #252525. Windows color (decimal): -11530201 or 2560080. OLE color: 2560080.

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

Color convert

RGB 80 16 39 -
CMYK 0 0.80 0.51 0.69
HSL 338.44º 0.67% 0.19% -
HSV(B) 338.44º 0.8% 0.31% -
XYZ 3.86 2.22 2.15 -
YUV 37.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 80 16 39 0 0.80 0.51 0.69 338.44 0.67 0.19
Hex 50 10 27 0 50 33 45 152 43 13
Octal 120 20 47 0 120 63 105 522 103 23
Binary 1010000 10000 100111 0 1010000 110011 1000101 101010010 1000011 10011

Color Harmonies of #501027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501027

Black with #501027

Text Example


Text Example

White with #501027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501027; }

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

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

background-color css

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

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

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

border-color css

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

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

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