Html Css Color HEX #511320 Bordeaux

📋 copy color: '#511320'

red 81 ◦ green 19 ◦ blue 32

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

Shades of Bordeaux #511320

Tints of Bordeaux #511320

RGB

 RED value IS 81 (32.03% from 255) = 61.36%

 GREEN value IS 19 (7.81% from 255) = 14.39%

 BLUE value IS 32 (12.89% from 255) = 24.24%

R = 61.36%
G = 14.39%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511320 (or 0x511320) is known color: Bordeaux. HEX triplet: 51, 13 and 20. RGB value is (81,19,32). Sum of RGB (Red+Green+Blue) = 81+19+32=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511320 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511320 is #AEECDF. Grayscale: #272727. Windows color (decimal): -11463904 or 2102097. OLE color: 2102097.

HSL color Cylindrical-coordinate representation of color #511320: hue angle of 347.42º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #511320 is Cyan = 0, Magento = 0.77, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 19 32 -
CMYK 0 0.77 0.60 0.68
HSL 347.42º 0.62% 0.2% -
HSV(B) 347.42º 0.77% 0.32% -
XYZ 3.89 2.32 1.61 -
YUV 39.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 81 19 32 0 0.77 0.60 0.68 347.42 0.62 0.2
Hex 51 13 20 0 4D 3C 44 15B 3E 14
Octal 121 23 40 0 115 74 104 533 76 24
Binary 1010001 10011 100000 0 1001101 111100 1000100 101011011 111110 10100

Color Harmonies of #511320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511320

Black with #511320

Text Example


Text Example

White with #511320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511320; }

 p { color: rgb(81,19,32); }

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

background-color css

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

 a { background-color: rgb(81,19,32); }

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

border-color css

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

 span { border-color: rgb(81,19,32); }

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