#531B27

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

Shades of Bordeaux #531B27

Tints of Bordeaux #531B27

Color information

#531B27 (or 0x531B27) is unknown color: approx Bordeaux. HEX triplet: 53, 1B and 27. RGB value is (83,27,39). Sum of RGB (Red+Green+Blue) = 83+27+39=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #531B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B27 is #ACE4D8. Grayscale: #2D2D2D. Windows color (decimal): -11330777 or 2562899. OLE color: 2562899.

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

Color convert

RGB832739-
CMYK00.670.530.67
HSL347.14º50.91%21.57%-
HSV(B)347.14º67.47%32.55%-
XYZ4.332.772.23-
YUV45.11124.55155.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 55.70%
GREEN value IS 27 (10.94% from 255) = 18.12%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=55.70%
G=18.12%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83273900.670.530.67347.1450.9121.57
Hex531B27043354315b3316
Octal12333470103651035336326
Binary10100111101110011101000011110101100001110101101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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