#531A27

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

Shades of Bordeaux #531A27

Tints of Bordeaux #531A27

Color information

#531A27 (or 0x531A27) is unknown color: approx Bordeaux. HEX triplet: 53, 1A and 27. RGB value is (83,26,39). Sum of RGB (Red+Green+Blue) = 83+26+39=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #531A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A27 is #ACE5D8. Grayscale: #2C2C2C. Windows color (decimal): -11331033 or 2562643. OLE color: 2562643.

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

Color convert

RGB832639-
CMYK00.690.530.67
HSL346.32º52.29%21.37%-
HSV(B)346.32º68.67%32.55%-
XYZ4.32.722.22-
YUV44.52124.88155.44-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.08%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=56.08%
G=17.57%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83263900.690.530.67346.3252.2921.37
Hex531A27045354315a3415
Octal12332470105651035326425
Binary10100111101010011101000101110101100001110101101011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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