#531B24

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

Shades of Bordeaux #531B24

Tints of Bordeaux #531B24

Color information

#531B24 (or 0x531B24) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 24. RGB value is (83,27,36). Sum of RGB (Red+Green+Blue) = 83+27+36=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 36 (14.45% from 255 or 24.66% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #531B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B24 is #ACE4DB. Grayscale: #2C2C2C. Windows color (decimal): -11330780 or 2366291. OLE color: 2366291.

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

Color convert

RGB832736-
CMYK00.670.570.67
HSL350.36º50.91%21.57%-
HSV(B)350.36º67.47%32.55%-
XYZ4.282.751.97-
YUV44.77123.05155.27-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 36 (14.45% from 255) = 24.66%
R=56.85%
G=18.49%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273600.670.570.67350.3650.9121.57
Hex531B24043394315e3316
Octal12333440103711035366326
Binary10100111101110010001000011111001100001110101111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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