#531521

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

Shades of Bordeaux #531521

Tints of Bordeaux #531521

Color information

#531521 (or 0x531521) is unknown color: approx Bordeaux. HEX triplet: 53, 15 and 21. RGB value is (83,21,33). Sum of RGB (Red+Green+Blue) = 83+21+33=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531521 is #ACEADE. Grayscale: #282828. Windows color (decimal): -11332319 or 2168147. OLE color: 2168147.

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

Color convert

RGB832133-
CMYK00.750.600.67
HSL348.39º59.62%20.39%-
HSV(B)348.39º74.7%32.55%-
XYZ4.112.491.7-
YUV40.91123.54158.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 33 (13.28% from 255) = 24.09%
R=60.58%
G=15.33%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83213300.750.600.67348.3959.6220.39
Hex53152104B3C4315c3c14
Octal12325410113741035347424
Binary10100111010110000101001011111100100001110101110011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531521; }

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

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

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

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

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

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

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

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