#531A28

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

Shades of Bordeaux #531A28

Tints of Bordeaux #531A28

Color information

#531A28 (or 0x531A28) is unknown color: approx Bordeaux. HEX triplet: 53, 1A and 28. RGB value is (83,26,40). Sum of RGB (Red+Green+Blue) = 83+26+40=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A28 is #ACE5D7. Grayscale: #2C2C2C. Windows color (decimal): -11331032 or 2628179. OLE color: 2628179.

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

Color convert

RGB832640-
CMYK00.690.520.67
HSL345.26º52.29%21.37%-
HSV(B)345.26º68.67%32.55%-
XYZ4.322.732.31-
YUV44.64125.38155.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=55.70%
G=17.45%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83264000.690.520.67345.2652.2921.37
Hex531A2804534431593415
Octal12332500105641035316425
Binary10100111101010100001000101110100100001110101100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531A28; }

 p { color: rgb(83,26,40); }

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

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

 a { background-color: rgb(83,26,40); }

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

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

 span { border-color: rgb(83,26,40); }

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