#531621

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

Shades of Bordeaux #531621

Tints of Bordeaux #531621

Color information

#531621 (or 0x531621) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 21. RGB value is (83,22,33). Sum of RGB (Red+Green+Blue) = 83+22+33=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 33 (13.28% from 255 or 23.91% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531621 is #ACE9DE. Grayscale: #292929. Windows color (decimal): -11332063 or 2168403. OLE color: 2168403.

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

Color convert

RGB832233-
CMYK00.730.600.67
HSL349.18º58.1%20.59%-
HSV(B)349.18º73.49%32.55%-
XYZ4.132.521.71-
YUV41.49123.21157.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 60.14%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 33 (13.28% from 255) = 23.91%
R=60.14%
G=15.94%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83223300.730.600.67349.1858.120.59
Hex5316210493C4315d3a15
Octal12326410111741035357225
Binary10100111011010000101001001111100100001110101110111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531621; }

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

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

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

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

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

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

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

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