#531629

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

Shades of Bordeaux #531629

Tints of Bordeaux #531629

Color information

#531629 (or 0x531629) is unknown color: approx Bordeaux. HEX triplet: 53, 16 and 29. RGB value is (83,22,41). Sum of RGB (Red+Green+Blue) = 83+22+41=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #531629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531629 is #ACE9D6. Grayscale: #2A2A2A. Windows color (decimal): -11332055 or 2692691. OLE color: 2692691.

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

Color convert

RGB832241-
CMYK00.730.510.67
HSL341.31º58.1%20.59%-
HSV(B)341.31º73.49%32.55%-
XYZ4.252.572.37-
YUV42.4127.21156.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=56.85%
G=15.07%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83224100.730.510.67341.3158.120.59
Hex53162904933431553a15
Octal12326510111631035257225
Binary10100111011010100101001001110011100001110101010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531629; }

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

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

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

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

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

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

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

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