#581026

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

Shades of Bordeaux #581026

Tints of Bordeaux #581026

Color information

#581026 (or 0x581026) is unknown color: approx Bordeaux. HEX triplet: 58, 10 and 26. RGB value is (88,16,38). Sum of RGB (Red+Green+Blue) = 88+16+38=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 38 (15.23% from 255 or 26.76% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581026 is #A7EFD9. Grayscale: #282828. Windows color (decimal): -11005914 or 2494552. OLE color: 2494552.

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

Color convert

RGB881638-
CMYK00.820.570.65
HSL341.67º69.23%20.39%-
HSV(B)341.67º81.82%34.51%-
XYZ4.562.592.09-
YUV40.04126.85162.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 38 (15.23% from 255) = 26.76%
R=61.97%
G=11.27%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88163800.820.570.65341.6769.2320.39
Hex58102605239411564514
Octal130204601227110152610524
Binary101100010000100110010100101110011000001101010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581026; }

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

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

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

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

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

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

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

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