#531323

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

Shades of Bordeaux #531323

Tints of Bordeaux #531323

Color information

#531323 (or 0x531323) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 23. RGB value is (83,19,35). Sum of RGB (Red+Green+Blue) = 83+19+35=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531323 is #ACECDC. Grayscale: #272727. Windows color (decimal): -11332829 or 2298707. OLE color: 2298707.

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

Color convert

RGB831935-
CMYK00.770.580.67
HSL345º62.75%20%-
HSV(B)345º77.11%32.55%-
XYZ4.12.431.84-
YUV39.96125.2158.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=60.58%
G=13.87%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193500.770.580.6734562.7520
Hex53132304D3A431593f14
Octal12323430115721035317724
Binary10100111001110001101001101111010100001110101100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531323; }

 p { color: rgb(83,19,35); }

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

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

 a { background-color: rgb(83,19,35); }

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

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

 span { border-color: rgb(83,19,35); }

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