#581527

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

Shades of Bordeaux #581527

Tints of Bordeaux #581527

Color information

#581527 (or 0x581527) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 27. RGB value is (88,21,39). Sum of RGB (Red+Green+Blue) = 88+21+39=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 39 (15.62% from 255 or 26.35% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581527 is #A7EAD8. Grayscale: #2B2B2B. Windows color (decimal): -11004633 or 2561368. OLE color: 2561368.

HSL color Cylindrical-coordinate representation of color #581527: hue angle of 343.88º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #581527 is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB882139-
CMYK00.760.560.65
HSL343.88º61.47%21.37%-
HSV(B)343.88º76.14%34.51%-
XYZ4.662.762.21-
YUV43.08125.7160.04-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 21 (8.59% from 255) = 14.19%
BLUE value IS 39 (15.62% from 255) = 26.35%
R=59.46%
G=14.19%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88213900.760.560.65343.8861.4721.37
Hex58152704C38411583d15
Octal13025470114701015307525
Binary10110001010110011101001100111000100000110101100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581527; }

 p { color: rgb(88,21,39); }

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

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

 a { background-color: rgb(88,21,39); }

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

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

 span { border-color: rgb(88,21,39); }

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