Html Css Color HEX #511221 Bordeaux

📋 copy color: '#511221'

red 81 ◦ green 18 ◦ blue 33

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

Shades of Bordeaux #511221

Tints of Bordeaux #511221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 25%

R = 61.36%
G = 13.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511221 (or 0x511221) is known color: Bordeaux. HEX triplet: 51, 12 and 21. RGB value is (81,18,33). Sum of RGB (Red+Green+Blue) = 81+18+33=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #511221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511221 is #AEEDDE. Grayscale: #262626. Windows color (decimal): -11464159 or 2167377. OLE color: 2167377.

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

Color convert

RGB 81 18 33 -
CMYK 0 0.78 0.59 0.68
HSL 345.71º 0.64% 0.19% -
HSV(B) 345.71º 0.78% 0.32% -
XYZ 3.88 2.29 1.68 -
YUV 38.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 81 18 33 0 0.78 0.59 0.68 345.71 0.64 0.19
Hex 51 12 21 0 4E 3B 44 15A 40 13
Octal 121 22 41 0 116 73 104 532 100 23
Binary 1010001 10010 100001 0 1001110 111011 1000100 101011010 1000000 10011

Color Harmonies of #511221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511221

Black with #511221

Text Example


Text Example

White with #511221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511221; }

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

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

background-color css

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

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

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

border-color css

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

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

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