#531725

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

Shades of Bordeaux #531725

Tints of Bordeaux #531725

Color information

#531725 (or 0x531725) is unknown color: approx Bordeaux. HEX triplet: 53, 17 and 25. RGB value is (83,23,37). Sum of RGB (Red+Green+Blue) = 83+23+37=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531725 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531725 is #ACE8DA. Grayscale: #2A2A2A. Windows color (decimal): -11331803 or 2430803. OLE color: 2430803.

HSL color Cylindrical-coordinate representation of color #531725: hue angle of 346º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531725 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB832337-
CMYK00.720.550.67
HSL346º56.6%20.78%-
HSV(B)346º72.29%32.55%-
XYZ4.212.592.03-
YUV42.54124.88156.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 23 (9.38% from 255) = 16.08%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=58.04%
G=16.08%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83233700.720.550.6734656.620.78
Hex531725048374315a3915
Octal12327450110671035327125
Binary10100111011110010101001000110111100001110101101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531725; }

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

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

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

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

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

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

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

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