Html Css Color HEX #501427 Bordeaux

📋 copy color: '#501427'

red 80 ◦ green 20 ◦ blue 39

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

Shades of Bordeaux #501427

Tints of Bordeaux #501427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.39%

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

R = 57.55%
G = 14.39%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.69

RGB Variations

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

Color information

#501427 (or 0x501427) is known color: Bordeaux. HEX triplet: 50, 14 and 27. RGB value is (80,20,39). Sum of RGB (Red+Green+Blue) = 80+20+39=139 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.55% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 80 - color contains mainly: red. Hex color #501427 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #501427 is #AFEBD8. Grayscale: #282828. Windows color (decimal): -11529177 or 2561104. OLE color: 2561104.

HSL color Cylindrical-coordinate representation of color #501427: hue angle of 341º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #501427 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 20 39 -
CMYK 0 0.75 0.51 0.69
HSL 341º 0.6% 0.2% -
HSV(B) 341º 0.75% 0.31% -
XYZ 3.92 2.35 2.17 -
YUV 40.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 80 20 39 0 0.75 0.51 0.69 341 0.6 0.2
Hex 50 14 27 0 4B 33 45 155 3C 14
Octal 120 24 47 0 113 63 105 525 74 24
Binary 1010000 10100 100111 0 1001011 110011 1000101 101010101 111100 10100

Color Harmonies of #501427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501427

Black with #501427

Text Example


Text Example

White with #501427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501427; }

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

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

background-color css

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

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

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

border-color css

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

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

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