#521113

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

Shades of Bordeaux #521113

Tints of Bordeaux #521113

Color information

#521113 (or 0x521113) is unknown color: approx Bordeaux. HEX triplet: 52, 11 and 13. RGB value is (82,17,19). Sum of RGB (Red+Green+Blue) = 82+17+19=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #521113 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521113 is #ADEEEC. Grayscale: #242424. Windows color (decimal): -11398893 or 1249618. OLE color: 1249618.

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

Color convert

RGB821719-
CMYK00.790.770.68
HSL358.15º65.66%19.41%-
HSV(B)358.15º79.27%32.16%-
XYZ3.82.240.85-
YUV36.66118.03160.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 69.49%
GREEN value IS 17 (7.03% from 255) = 14.41%
BLUE value IS 19 (7.81% from 255) = 16.10%
R=69.49%
G=14.41%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82171900.790.770.68358.1565.6619.41
Hex52111304F4D441664213
Octal1222123011711510454610223
Binary101001010001100110100111110011011000100101100110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521113; }

 p { color: rgb(82,17,19); }

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

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

 a { background-color: rgb(82,17,19); }

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

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

 span { border-color: rgb(82,17,19); }

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