#581626

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

Shades of Bordeaux #581626

Tints of Bordeaux #581626

Color information

#581626 (or 0x581626) is unknown color: approx Bordeaux. HEX triplet: 58, 16 and 26. RGB value is (88,22,38). Sum of RGB (Red+Green+Blue) = 88+22+38=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #581626 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581626 is #A7E9D9. Grayscale: #2B2B2B. Windows color (decimal): -11004378 or 2496088. OLE color: 2496088.

HSL color Cylindrical-coordinate representation of color #581626: hue angle of 345.45º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581626 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB882238-
CMYK00.750.570.65
HSL345.45º60%21.57%-
HSV(B)345.45º75%34.51%-
XYZ4.662.792.13-
YUV43.56124.87159.7-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 59.46%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=59.46%
G=14.86%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88223800.750.570.65345.456021.57
Hex58162604B39411593c16
Octal13026460113711015317426
Binary10110001011010011001001011111001100000110101100111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #581626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #581626; }

 p { color: rgb(88,22,38); }

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

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

 a { background-color: rgb(88,22,38); }

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

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

 span { border-color: rgb(88,22,38); }

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