#531326

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

Shades of Bordeaux #531326

Tints of Bordeaux #531326

Color information

#531326 (or 0x531326) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 26. RGB value is (83,19,38). Sum of RGB (Red+Green+Blue) = 83+19+38=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 38 (15.23% from 255 or 27.14% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531326 is #ACECD9. Grayscale: #282828. Windows color (decimal): -11332826 or 2495315. OLE color: 2495315.

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

Color convert

RGB831938-
CMYK00.770.540.67
HSL342.19º62.75%20%-
HSV(B)342.19º77.11%32.55%-
XYZ4.152.442.09-
YUV40.3126.7158.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 19 (7.81% from 255) = 13.57%
BLUE value IS 38 (15.23% from 255) = 27.14%
R=59.29%
G=13.57%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193800.770.540.67342.1962.7520
Hex53132604D36431563f14
Octal12323460115661035267724
Binary10100111001110011001001101110110100001110101011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531326; }

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

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

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

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

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

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

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

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