#531224

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

Shades of Bordeaux #531224

Tints of Bordeaux #531224

Color information

#531224 (or 0x531224) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 24. RGB value is (83,18,36). Sum of RGB (Red+Green+Blue) = 83+18+36=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 36 (14.45% from 255 or 26.28% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531224 is #ACEDDB. Grayscale: #272727. Windows color (decimal): -11333084 or 2363987. OLE color: 2363987.

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

Color convert

RGB831836-
CMYK00.780.570.67
HSL343.38º64.36%19.8%-
HSV(B)343.38º78.31%32.55%-
XYZ4.12.41.92-
YUV39.49126.03159.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.58%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 36 (14.45% from 255) = 26.28%
R=60.58%
G=13.14%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83183600.780.570.67343.3864.3619.8
Hex53122404E39431574014
Octal123224401167110352710024
Binary101001110010100100010011101110011000011101010111100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531224; }

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

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

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

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

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

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

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

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