#531829

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

Shades of Bordeaux #531829

Tints of Bordeaux #531829

Color information

#531829 (or 0x531829) is unknown color: approx Bordeaux. HEX triplet: 53, 18 and 29. RGB value is (83,24,41). Sum of RGB (Red+Green+Blue) = 83+24+41=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 41 (16.41% from 255 or 27.70% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531829 is #ACE7D6. Grayscale: #2B2B2B. Windows color (decimal): -11331543 or 2693203. OLE color: 2693203.

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

Color convert

RGB832441-
CMYK00.710.510.67
HSL342.71º55.14%20.98%-
HSV(B)342.71º71.08%32.55%-
XYZ4.292.652.38-
YUV43.58126.55156.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 41 (16.41% from 255) = 27.70%
R=56.08%
G=16.22%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83244100.710.510.67342.7155.1420.98
Hex53182904733431573715
Octal12330510107631035276725
Binary10100111100010100101000111110011100001110101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531829; }

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

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

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

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

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

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

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

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