Html Css Color HEX #511220 Bordeaux

📋 copy color: '#511220'

red 81 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #511220

Tints of Bordeaux #511220

RGB

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

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

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

R = 61.83%
G = 13.74%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#511220 (or 0x511220) is known color: Bordeaux. HEX triplet: 51, 12 and 20. RGB value is (81,18,32). Sum of RGB (Red+Green+Blue) = 81+18+32=131 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.83% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 81 - color contains mainly: red. Hex color #511220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511220 is #AEEDDF. Grayscale: #262626. Windows color (decimal): -11464160 or 2101841. OLE color: 2101841.

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

Color convert

RGB 81 18 32 -
CMYK 0 0.78 0.60 0.68
HSL 346.67º 0.64% 0.19% -
HSV(B) 346.67º 0.78% 0.32% -
XYZ 3.87 2.29 1.6 -
YUV 38.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 81 18 32 0 0.78 0.60 0.68 346.67 0.64 0.19
Hex 51 12 20 0 4E 3C 44 15B 40 13
Octal 121 22 40 0 116 74 104 533 100 23
Binary 1010001 10010 100000 0 1001110 111100 1000100 101011011 1000000 10011

Color Harmonies of #511220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511220

Black with #511220

Text Example


Text Example

White with #511220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511220; }

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

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

background-color css

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

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

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

border-color css

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

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

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