#531824

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

Shades of Bordeaux #531824

Tints of Bordeaux #531824

Color information

#531824 (or 0x531824) is unknown color: approx Bordeaux. HEX triplet: 53, 18 and 24. RGB value is (83,24,36). Sum of RGB (Red+Green+Blue) = 83+24+36=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531824 is #ACE7DB. Grayscale: #2B2B2B. Windows color (decimal): -11331548 or 2365523. OLE color: 2365523.

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

Color convert

RGB832436-
CMYK00.710.570.67
HSL347.8º55.14%20.98%-
HSV(B)347.8º71.08%32.55%-
XYZ4.212.621.95-
YUV43.01124.05156.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 24 (9.77% from 255) = 16.78%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=58.04%
G=16.78%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83243600.710.570.67347.855.1420.98
Hex531824047394315c3715
Octal12330440107711035346725
Binary10100111100010010001000111111001100001110101110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531824; }

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

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

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

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

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

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

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

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