#581018

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

Shades of Bordeaux #581018

Tints of Bordeaux #581018

Color information

#581018 (or 0x581018) is unknown color: approx Bordeaux. HEX triplet: 58, 10 and 18. RGB value is (88,16,24). Sum of RGB (Red+Green+Blue) = 88+16+24=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581018 is #A7EFE7. Grayscale: #262626. Windows color (decimal): -11005928 or 1577048. OLE color: 1577048.

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

Color convert

RGB881624-
CMYK00.820.730.65
HSL353.33º69.23%20.39%-
HSV(B)353.33º81.82%34.51%-
XYZ4.372.511.12-
YUV38.44119.85163.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 68.75%
GREEN value IS 16 (6.64% from 255) = 12.5%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=68.75%
G=12.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88162400.820.730.65353.3369.2320.39
Hex58101805249411614514
Octal1302030012211110154110524
Binary101100010000110000101001010010011000001101100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581018; }

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

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

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

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

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

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

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

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