#531322

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

Shades of Bordeaux #531322

Tints of Bordeaux #531322

Color information

#531322 (or 0x531322) is unknown color: approx Bordeaux. HEX triplet: 53, 13 and 22. RGB value is (83,19,34). Sum of RGB (Red+Green+Blue) = 83+19+34=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #531322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531322 is #ACECDD. Grayscale: #272727. Windows color (decimal): -11332830 or 2233171. OLE color: 2233171.

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

Color convert

RGB831934-
CMYK00.770.590.67
HSL345.94º62.75%20%-
HSV(B)345.94º77.11%32.55%-
XYZ4.092.421.77-
YUV39.85124.7158.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 61.03%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 34 (13.67% from 255) = 25%
R=61.03%
G=13.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83193400.770.590.67345.9462.7520
Hex53132204D3B4315a3f14
Octal12323420115731035327724
Binary10100111001110001001001101111011100001110101101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531322; }

 p { color: rgb(83,19,34); }

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

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

 a { background-color: rgb(83,19,34); }

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

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

 span { border-color: rgb(83,19,34); }

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