#581324

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

Shades of Bordeaux #581324

Tints of Bordeaux #581324

Color information

#581324 (or 0x581324) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 24. RGB value is (88,19,36). Sum of RGB (Red+Green+Blue) = 88+19+36=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581324 is #A7ECDB. Grayscale: #292929. Windows color (decimal): -11005148 or 2364248. OLE color: 2364248.

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

Color convert

RGB881936-
CMYK00.780.590.65
HSL345.22º64.49%20.98%-
HSV(B)345.22º78.41%34.51%-
XYZ4.582.671.94-
YUV41.57124.86161.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.54%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=61.54%
G=13.29%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88193600.780.590.65345.2264.4920.98
Hex58132404E3B411594015
Octal130234401167310153110025
Binary101100010011100100010011101110111000001101011001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581324; }

 p { color: rgb(88,19,36); }

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

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

 a { background-color: rgb(88,19,36); }

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

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

 span { border-color: rgb(88,19,36); }

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