#531325

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

Shades of Bordeaux #531325

Tints of Bordeaux #531325

Color information

#531325 (or 0x531325) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 25. RGB value is (83,19,37). Sum of RGB (Red+Green+Blue) = 83+19+37=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #531325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531325 is #ACECDA. Grayscale: #282828. Windows color (decimal): -11332827 or 2429779. OLE color: 2429779.

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

Color convert

RGB831937-
CMYK00.770.550.67
HSL343.12º62.75%20%-
HSV(B)343.12º77.11%32.55%-
XYZ4.132.442-
YUV40.19126.2158.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.71%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 37 (14.84% from 255) = 26.62%
R=59.71%
G=13.67%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193700.770.550.67343.1262.7520
Hex53132504D37431573f14
Octal12323450115671035277724
Binary10100111001110010101001101110111100001110101011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531325; }

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

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

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

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

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

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

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

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