#531724

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

Shades of Bordeaux #531724

Tints of Bordeaux #531724

Color information

#531724 (or 0x531724) is unknown color: approx Bordeaux. HEX triplet: 53, 17 and 24. RGB value is (83,23,36). Sum of RGB (Red+Green+Blue) = 83+23+36=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531724 is #ACE8DB. Grayscale: #2A2A2A. Windows color (decimal): -11331804 or 2365267. OLE color: 2365267.

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

Color convert

RGB832336-
CMYK00.720.570.67
HSL347º56.6%20.78%-
HSV(B)347º72.29%32.55%-
XYZ4.192.581.95-
YUV42.42124.38156.94-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 36 (14.45% from 255) = 25.35%
R=58.45%
G=16.20%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83233600.720.570.6734756.620.78
Hex531724048394315b3915
Octal12327440110711035337125
Binary10100111011110010001001000111001100001110101101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531724; }

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

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

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

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

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

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

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

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