#581523

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

Shades of Bordeaux #581523

Tints of Bordeaux #581523

Color information

#581523 (or 0x581523) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 23. RGB value is (88,21,35). Sum of RGB (Red+Green+Blue) = 88+21+35=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 35 (14.06% from 255 or 24.31% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581523 is #A7EADC. Grayscale: #2A2A2A. Windows color (decimal): -11004637 or 2299224. OLE color: 2299224.

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

Color convert

RGB882135-
CMYK00.760.600.65
HSL347.46º61.47%21.37%-
HSV(B)347.46º76.14%34.51%-
XYZ4.62.731.88-
YUV42.63123.7160.36-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.11%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 35 (14.06% from 255) = 24.31%
R=61.11%
G=14.58%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88213500.760.600.65347.4661.4721.37
Hex58152304C3C4115b3d15
Octal13025430114741015337525
Binary10110001010110001101001100111100100000110101101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581523; }

 p { color: rgb(88,21,35); }

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

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

 a { background-color: rgb(88,21,35); }

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

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

 span { border-color: rgb(88,21,35); }

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