Html Css Color HEX #511521 Bordeaux

📋 copy color: '#511521'

red 81 ◦ green 21 ◦ blue 33

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

Shades of Bordeaux #511521

Tints of Bordeaux #511521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 60%
G = 15.56%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#511521 (or 0x511521) is known color: Bordeaux. HEX triplet: 51, 15 and 21. RGB value is (81,21,33). Sum of RGB (Red+Green+Blue) = 81+21+33=135 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 81 - color contains mainly: red. Hex color #511521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511521 is #AEEADE. Grayscale: #282828. Windows color (decimal): -11463391 or 2168145. OLE color: 2168145.

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

Color convert

RGB 81 21 33 -
CMYK 0 0.74 0.59 0.68
HSL 348º 0.59% 0.2% -
HSV(B) 348º 0.74% 0.32% -
XYZ 3.94 2.4 1.69 -
YUV 40.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 81 21 33 0 0.74 0.59 0.68 348 0.59 0.2
Hex 51 15 21 0 4A 3B 44 15C 3B 14
Octal 121 25 41 0 112 73 104 534 73 24
Binary 1010001 10101 100001 0 1001010 111011 1000100 101011100 111011 10100

Color Harmonies of #511521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511521

Black with #511521

Text Example


Text Example

White with #511521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511521; }

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

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

background-color css

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

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

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

border-color css

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

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

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