#531722

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

Shades of Bordeaux #531722

Tints of Bordeaux #531722

Color information

#531722 (or 0x531722) is unknown color: approx Bordeaux. HEX triplet: 53, 17 and 22. RGB value is (83,23,34). Sum of RGB (Red+Green+Blue) = 83+23+34=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531722 is #ACE8DD. Grayscale: #2A2A2A. Windows color (decimal): -11331806 or 2234195. OLE color: 2234195.

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

Color convert

RGB832334-
CMYK00.720.590.67
HSL349º56.6%20.78%-
HSV(B)349º72.29%32.55%-
XYZ4.162.571.79-
YUV42.19123.38157.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 59.29%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 34 (13.67% from 255) = 24.29%
R=59.29%
G=16.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83233400.720.590.6734956.620.78
Hex5317220483B4315d3915
Octal12327420110731035357125
Binary10100111011110001001001000111011100001110101110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531722; }

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

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

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

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

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

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

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

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