Html Css Color HEX #501227 Bordeaux

📋 copy color: '#501227'

red 80 ◦ green 18 ◦ blue 39

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

Shades of Bordeaux #501227

Tints of Bordeaux #501227

RGB

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

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

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

R = 58.39%
G = 13.14%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501227 (or 0x501227) is known color: Bordeaux. HEX triplet: 50, 12 and 27. RGB value is (80,18,39). Sum of RGB (Red+Green+Blue) = 80+18+39=137 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.39% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 80 - color contains mainly: red. Hex color #501227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501227 is #AFEDD8. Grayscale: #262626. Windows color (decimal): -11529689 or 2560592. OLE color: 2560592.

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

Color convert

RGB 80 18 39 -
CMYK 0 0.78 0.51 0.69
HSL 339.68º 0.63% 0.19% -
HSV(B) 339.68º 0.78% 0.31% -
XYZ 3.89 2.28 2.16 -
YUV 38.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 80 18 39 0 0.78 0.51 0.69 339.68 0.63 0.19
Hex 50 12 27 0 4E 33 45 154 3F 13
Octal 120 22 47 0 116 63 105 524 77 23
Binary 1010000 10010 100111 0 1001110 110011 1000101 101010100 111111 10011

Color Harmonies of #501227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501227

Black with #501227

Text Example


Text Example

White with #501227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501227; }

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

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

background-color css

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

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

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

border-color css

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

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

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