#531B25

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

Shades of Bordeaux #531B25

Tints of Bordeaux #531B25

Color information

#531B25 (or 0x531B25) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 25. RGB value is (83,27,37). Sum of RGB (Red+Green+Blue) = 83+27+37=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #531B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B25 is #ACE4DA. Grayscale: #2C2C2C. Windows color (decimal): -11330779 or 2431827. OLE color: 2431827.

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

Color convert

RGB832737-
CMYK00.670.550.67
HSL349.29º50.91%21.57%-
HSV(B)349.29º67.47%32.55%-
XYZ4.292.762.06-
YUV44.88123.55155.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=56.46%
G=18.37%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273700.670.550.67349.2950.9121.57
Hex531B25043374315d3316
Octal12333450103671035356326
Binary10100111101110010101000011110111100001110101110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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