#531528

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

Shades of Bordeaux #531528

Tints of Bordeaux #531528

Color information

#531528 (or 0x531528) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 28. RGB value is (83,21,40). Sum of RGB (Red+Green+Blue) = 83+21+40=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531528 is #ACEAD7. Grayscale: #292929. Windows color (decimal): -11332312 or 2626899. OLE color: 2626899.

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

Color convert

RGB832140-
CMYK00.750.520.67
HSL341.61º59.62%20.39%-
HSV(B)341.61º74.7%32.55%-
XYZ4.222.532.27-
YUV41.7127.04157.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 40 (16.02% from 255) = 27.78%
R=57.64%
G=14.58%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83214000.750.520.67341.6159.6220.39
Hex53152804B34431563c14
Octal12325500113641035267424
Binary10100111010110100001001011110100100001110101011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531528; }

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

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

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

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

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

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

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

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