#531526

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

Shades of Bordeaux #531526

Tints of Bordeaux #531526

Color information

#531526 (or 0x531526) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 26. RGB value is (83,21,38). Sum of RGB (Red+Green+Blue) = 83+21+38=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531526 is #ACEAD9. Grayscale: #292929. Windows color (decimal): -11332314 or 2495827. OLE color: 2495827.

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

Color convert

RGB832138-
CMYK00.750.540.67
HSL343.55º59.62%20.39%-
HSV(B)343.55º74.7%32.55%-
XYZ4.192.522.1-
YUV41.48126.04157.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=58.45%
G=14.79%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213800.750.540.67343.5559.6220.39
Hex53152604B36431583c14
Octal12325460113661035307424
Binary10100111010110011001001011110110100001110101100011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531526; }

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

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

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

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

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

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

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

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