#58122C

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

Shades of Bordeaux #58122C

Tints of Bordeaux #58122C

Color information

#58122C (or 0x58122C) is unknown color: approx Bordeaux. HEX triplet: 58, 12 and 2C. RGB value is (88,18,44). Sum of RGB (Red+Green+Blue) = 88+18+44=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 44 (17.58% from 255 or 29.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58122C is #A7EDD3. Grayscale: #292929. Windows color (decimal): -11005396 or 2888280. OLE color: 2888280.

HSL color Cylindrical-coordinate representation of color #58122C: hue angle of 337.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58122C is Cyan = 0, Magento = 0.80, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB881844-
CMYK00.800.50.65
HSL337.71º66.04%20.78%-
HSV(B)337.71º79.55%34.51%-
XYZ4.72.692.65-
YUV41.89129.19160.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 44 (17.58% from 255) = 29.33%
R=58.67%
G=12%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88184400.800.50.65337.7166.0420.78
Hex58122C05032411524215
Octal130225401206210152210225
Binary101100010010101100010100001100101000001101010010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58122C; }

 p { color: rgb(88,18,44); }

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

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

 a { background-color: rgb(88,18,44); }

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

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

 span { border-color: rgb(88,18,44); }

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