#581A2B

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

Shades of Bordeaux #581A2B

Tints of Bordeaux #581A2B

Color information

#581A2B (or 0x581A2B) is unknown color: approx Bordeaux. HEX triplet: 58, 1A and 2B. RGB value is (88,26,43). Sum of RGB (Red+Green+Blue) = 88+26+43=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #581A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A2B is #A7E5D4. Grayscale: #2E2E2E. Windows color (decimal): -11003349 or 2824792. OLE color: 2824792.

HSL color Cylindrical-coordinate representation of color #581A2B: hue angle of 343.55º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A2B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB882643-
CMYK00.700.510.65
HSL343.55º54.39%22.35%-
HSV(B)343.55º70.45%34.51%-
XYZ4.832.992.61-
YUV46.48126.04157.62-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=56.05%
G=16.56%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88264300.700.510.65343.5554.3922.35
Hex581A2B04633411583616
Octal13032530106631015306626
Binary10110001101010101101000110110011100000110101100011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581A2B; }

 p { color: rgb(88,26,43); }

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

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

 a { background-color: rgb(88,26,43); }

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

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

 span { border-color: rgb(88,26,43); }

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