#531324

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

Shades of Bordeaux #531324

Tints of Bordeaux #531324

Color information

#531324 (or 0x531324) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 24. RGB value is (83,19,36). Sum of RGB (Red+Green+Blue) = 83+19+36=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531324 is #ACECDB. Grayscale: #282828. Windows color (decimal): -11332828 or 2364243. OLE color: 2364243.

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

Color convert

RGB831936-
CMYK00.770.570.67
HSL344.06º62.75%20%-
HSV(B)344.06º77.11%32.55%-
XYZ4.122.431.92-
YUV40.07125.7158.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 36 (14.45% from 255) = 26.09%
R=60.14%
G=13.77%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193600.770.570.67344.0662.7520
Hex53132404D39431583f14
Octal12323440115711035307724
Binary10100111001110010001001101111001100001110101100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531324; }

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

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

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

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

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

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

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

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