#581526

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

Shades of Bordeaux #581526

Tints of Bordeaux #581526

Color information

#581526 (or 0x581526) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 26. RGB value is (88,21,38). Sum of RGB (Red+Green+Blue) = 88+21+38=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #581526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581526 is #A7EAD9. Grayscale: #2A2A2A. Windows color (decimal): -11004634 or 2495832. OLE color: 2495832.

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

Color convert

RGB882138-
CMYK00.760.570.65
HSL344.78º61.47%21.37%-
HSV(B)344.78º76.14%34.51%-
XYZ4.642.752.12-
YUV42.97125.2160.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.86%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 38 (15.23% from 255) = 25.85%
R=59.86%
G=14.29%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88213800.760.570.65344.7861.4721.37
Hex58152604C39411593d15
Octal13025460114711015317525
Binary10110001010110011001001100111001100000110101100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581526; }

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

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

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

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

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

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

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

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