#531527

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

Shades of Bordeaux #531527

Tints of Bordeaux #531527

Color information

#531527 (or 0x531527) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 27. RGB value is (83,21,39). Sum of RGB (Red+Green+Blue) = 83+21+39=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531527 is #ACEAD8. Grayscale: #292929. Windows color (decimal): -11332313 or 2561363. OLE color: 2561363.

HSL color Cylindrical-coordinate representation of color #531527: hue angle of 342.58º 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 #531527 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.67.

Color convert

RGB832139-
CMYK00.750.530.67
HSL342.58º59.62%20.39%-
HSV(B)342.58º74.7%32.55%-
XYZ4.22.522.18-
YUV41.59126.54157.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 39 (15.62% from 255) = 27.27%
R=58.04%
G=14.69%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213900.750.530.67342.5859.6220.39
Hex53152704B35431573c14
Octal12325470113651035277424
Binary10100111010110011101001011110101100001110101011111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531527; }

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

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

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

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

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

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

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

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