#581521

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

Shades of Bordeaux #581521

Tints of Bordeaux #581521

Color information

#581521 (or 0x581521) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 21. RGB value is (88,21,33). Sum of RGB (Red+Green+Blue) = 88+21+33=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 33 (13.28% from 255 or 23.24% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #581521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581521 is #A7EADE. Grayscale: #2A2A2A. Windows color (decimal): -11004639 or 2168152. OLE color: 2168152.

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

Color convert

RGB882133-
CMYK00.760.620.65
HSL349.25º61.47%21.37%-
HSV(B)349.25º76.14%34.51%-
XYZ4.572.721.72-
YUV42.4122.7160.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 33 (13.28% from 255) = 23.24%
R=61.97%
G=14.79%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88213300.760.620.65349.2561.4721.37
Hex58152104C3E4115d3d15
Octal13025410114761015357525
Binary10110001010110000101001100111110100000110101110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581521; }

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

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

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

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

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

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

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

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