#531627

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

Shades of Bordeaux #531627

Tints of Bordeaux #531627

Color information

#531627 (or 0x531627) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 27. RGB value is (83,22,39). Sum of RGB (Red+Green+Blue) = 83+22+39=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #531627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531627 is #ACE9D8. Grayscale: #2A2A2A. Windows color (decimal): -11332057 or 2561619. OLE color: 2561619.

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

Color convert

RGB832239-
CMYK00.730.530.67
HSL343.28º58.1%20.59%-
HSV(B)343.28º73.49%32.55%-
XYZ4.222.562.19-
YUV42.18126.21157.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=57.64%
G=15.28%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223900.730.530.67343.2858.120.59
Hex53162704935431573a15
Octal12326470111651035277225
Binary10100111011010011101001001110101100001110101011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531627; }

 p { color: rgb(83,22,39); }

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

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

 a { background-color: rgb(83,22,39); }

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

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

 span { border-color: rgb(83,22,39); }

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