#531229

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

Shades of Bordeaux #531229

Tints of Bordeaux #531229

Color information

#531229 (or 0x531229) is unknown color: approx Bordeaux. HEX triplet: 53, 12 and 29. RGB value is (83,18,41). Sum of RGB (Red+Green+Blue) = 83+18+41=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #531229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531229 is #ACEDD6. Grayscale: #282828. Windows color (decimal): -11333079 or 2691667. OLE color: 2691667.

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

Color convert

RGB831841-
CMYK00.780.510.67
HSL338.77º64.36%19.8%-
HSV(B)338.77º78.31%32.55%-
XYZ4.182.432.35-
YUV40.06128.53158.63-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.45%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=58.45%
G=12.68%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83184100.780.510.67338.7764.3619.8
Hex53122904E33431534014
Octal123225101166310352310024
Binary101001110010101001010011101100111000011101010011100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531229; }

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

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

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

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

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

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

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

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