#531115

Color #531115 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #531115

Tints of Bordeaux #531115

Color information

#531115 (or 0x531115) is unknown color: approx Bordeaux. HEX triplet: 53, 11 and 15. RGB value is (83,17,21). Sum of RGB (Red+Green+Blue) = 83+17+21=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531115 is #ACEEEA. Grayscale: #252525. Windows color (decimal): -11333355 or 1380691. OLE color: 1380691.

HSL color Cylindrical-coordinate representation of color #531115: hue angle of 356.36º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531115 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB831721-
CMYK00.800.750.67
HSL356.36º66%19.61%-
HSV(B)356.36º79.52%32.55%-
XYZ3.92.290.95-
YUV37.19118.87160.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 68.60%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=68.60%
G=14.05%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83172100.800.750.67356.366619.61
Hex5311150504B431644214
Octal1232125012011310354410224
Binary101001110001101010101000010010111000011101100100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531115; }

 p { color: rgb(83,17,21); }

 H1.HeaderClassName
 {
   color: #531115;
 }
 .AnyTagClassName
 {
   color: #531115;
 }
</style>
background-color css

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

 a { background-color: rgb(83,17,21); }

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

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

 span { border-color: rgb(83,17,21); }

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