#58192C

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

Shades of Bordeaux #58192C

Tints of Bordeaux #58192C

Color information

#58192C (or 0x58192C) is unknown color: approx Bordeaux. HEX triplet: 58, 19 and 2C. RGB value is (88,25,44). Sum of RGB (Red+Green+Blue) = 88+25+44=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192C is #A7E6D3. Grayscale: #2D2D2D. Windows color (decimal): -11003604 or 2890072. OLE color: 2890072.

HSL color Cylindrical-coordinate representation of color #58192C: hue angle of 341.9º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58192C is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.65.

Color convert

RGB882544-
CMYK00.720.50.65
HSL341.9º55.75%22.16%-
HSV(B)341.9º71.59%34.51%-
XYZ4.832.952.7-
YUV46126.87157.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.05%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=56.05%
G=15.92%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88254400.720.50.65341.955.7522.16
Hex58192C04832411563816
Octal13031540110621015267026
Binary10110001100110110001001000110010100000110101011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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