#531624

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

Shades of Bordeaux #531624

Tints of Bordeaux #531624

Color information

#531624 (or 0x531624) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 24. RGB value is (83,22,36). Sum of RGB (Red+Green+Blue) = 83+22+36=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531624 is #ACE9DB. Grayscale: #292929. Windows color (decimal): -11332060 or 2365011. OLE color: 2365011.

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

Color convert

RGB832236-
CMYK00.730.570.67
HSL346.23º58.1%20.59%-
HSV(B)346.23º73.49%32.55%-
XYZ4.172.541.94-
YUV41.84124.71157.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=58.87%
G=15.60%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223600.730.570.67346.2358.120.59
Hex531624049394315a3a15
Octal12326440111711035327225
Binary10100111011010010001001001111001100001110101101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531624; }

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

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

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

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

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

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

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

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