#531B26

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

Shades of Bordeaux #531B26

Tints of Bordeaux #531B26

Color information

#531B26 (or 0x531B26) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 26. RGB value is (83,27,38). Sum of RGB (Red+Green+Blue) = 83+27+38=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B26 is #ACE4D9. Grayscale: #2D2D2D. Windows color (decimal): -11330778 or 2497363. OLE color: 2497363.

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

Color convert

RGB832738-
CMYK00.670.540.67
HSL348.21º50.91%21.57%-
HSV(B)348.21º67.47%32.55%-
XYZ4.312.762.14-
YUV45124.05155.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 27 (10.94% from 255) = 18.24%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=56.08%
G=18.24%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273800.670.540.67348.2150.9121.57
Hex531B26043364315c3316
Octal12333460103661035346326
Binary10100111101110011001000011110110100001110101110011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,27,38); }

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

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

 a { background-color: rgb(83,27,38); }

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

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

 span { border-color: rgb(83,27,38); }

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