#531529

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

Shades of Bordeaux #531529

Tints of Bordeaux #531529

Color information

#531529 (or 0x531529) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 29. RGB value is (83,21,41). Sum of RGB (Red+Green+Blue) = 83+21+41=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #531529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531529 is #ACEAD6. Grayscale: #292929. Windows color (decimal): -11332311 or 2692435. OLE color: 2692435.

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

Color convert

RGB832141-
CMYK00.750.510.67
HSL340.65º59.62%20.39%-
HSV(B)340.65º74.7%32.55%-
XYZ4.242.542.36-
YUV41.82127.54157.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=57.24%
G=14.48%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83214100.750.510.67340.6559.6220.39
Hex53152904B33431553c14
Octal12325510113631035257424
Binary10100111010110100101001011110011100001110101010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531529; }

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

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

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

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

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

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

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

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