Html Css Color HEX #511215 Bordeaux

📋 copy color: '#511215'

red 81 ◦ green 18 ◦ blue 21

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

Shades of Bordeaux #511215

Tints of Bordeaux #511215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 67.5%
G = 15%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#511215 (or 0x511215) is known color: Bordeaux. HEX triplet: 51, 12 and 15. RGB value is (81,18,21). Sum of RGB (Red+Green+Blue) = 81+18+21=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #511215 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #511215 is #AEEDEA. Grayscale: #252525. Windows color (decimal): -11464171 or 1380945. OLE color: 1380945.

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

Color convert

RGB 81 18 21 -
CMYK 0 0.78 0.74 0.68
HSL 357.14º 0.64% 0.19% -
HSV(B) 357.14º 0.78% 0.32% -
XYZ 3.75 2.24 0.94 -
YUV 37.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 81 18 21 0 0.78 0.74 0.68 357.14 0.64 0.19
Hex 51 12 15 0 4E 4A 44 165 40 13
Octal 121 22 25 0 116 112 104 545 100 23
Binary 1010001 10010 10101 0 1001110 1001010 1000100 101100101 1000000 10011

Color Harmonies of #511215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511215

Black with #511215

Text Example


Text Example

White with #511215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511215; }

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

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

background-color css

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

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

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

border-color css

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

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

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