#531F27

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

Shades of Bordeaux #531F27

Tints of Bordeaux #531F27

Color information

#531F27 (or 0x531F27) is unknown color: approx Bordeaux. HEX triplet: 53, 1F and 27. RGB value is (83,31,39). Sum of RGB (Red+Green+Blue) = 83+31+39=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #531F27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F27 is #ACE0D8. Grayscale: #2F2F2F. Windows color (decimal): -11329753 or 2563923. OLE color: 2563923.

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

Color convert

RGB833139-
CMYK00.630.530.67
HSL350.77º45.61%22.35%-
HSV(B)350.77º62.65%32.55%-
XYZ4.422.972.26-
YUV47.46123.23153.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.25%
GREEN value IS 31 (12.5% from 255) = 20.26%
BLUE value IS 39 (15.62% from 255) = 25.49%
R=54.25%
G=20.26%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83313900.630.530.67350.7745.6122.35
Hex531F2703F354315f2e16
Octal1233747077651035375626
Binary1010011111111001110111111110101100001110101111110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,31,39); }

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

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

 a { background-color: rgb(83,31,39); }

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

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

 span { border-color: rgb(83,31,39); }

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