#581128

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

Shades of Bordeaux #581128

Tints of Bordeaux #581128

Color information

#581128 (or 0x581128) is unknown color: approx Bordeaux. HEX triplet: 58, 11 and 28. RGB value is (88,17,40). Sum of RGB (Red+Green+Blue) = 88+17+40=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581128 is #A7EED7. Grayscale: #282828. Windows color (decimal): -11005656 or 2625880. OLE color: 2625880.

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

Color convert

RGB881740-
CMYK00.810.550.65
HSL340.56º67.62%20.59%-
HSV(B)340.56º80.68%34.51%-
XYZ4.612.632.27-
YUV40.85127.52161.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 17 (7.03% from 255) = 11.72%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=60.69%
G=11.72%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88174000.810.550.65340.5667.6220.59
Hex58112805137411554415
Octal130215001216710152510425
Binary101100010001101000010100011101111000001101010101100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581128; }

 p { color: rgb(88,17,40); }

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

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

 a { background-color: rgb(88,17,40); }

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

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

 span { border-color: rgb(88,17,40); }

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