#581726

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

Shades of Bordeaux #581726

Tints of Bordeaux #581726

Color information

#581726 (or 0x581726) is unknown color: approx Bordeaux. HEX triplet: 58, 17 and 26. RGB value is (88,23,38). Sum of RGB (Red+Green+Blue) = 88+23+38=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581726 is #A7E8D9. Grayscale: #2C2C2C. Windows color (decimal): -11004122 or 2496344. OLE color: 2496344.

HSL color Cylindrical-coordinate representation of color #581726: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581726 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB882338-
CMYK00.740.570.65
HSL346.15º58.56%21.76%-
HSV(B)346.15º73.86%34.51%-
XYZ4.682.832.13-
YUV44.14124.53159.28-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.06%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=59.06%
G=15.44%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88233800.740.570.65346.1558.5621.76
Hex58172604A394115a3b16
Octal13027460112711015327326
Binary10110001011110011001001010111001100000110101101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581726; }

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

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

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

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

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

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

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

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