#58172A

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

Shades of Bordeaux #58172A

Tints of Bordeaux #58172A

Color information

#58172A (or 0x58172A) is unknown color: approx Bordeaux. HEX triplet: 58, 17 and 2A. RGB value is (88,23,42). Sum of RGB (Red+Green+Blue) = 88+23+42=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58172A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172A is #A7E8D5. Grayscale: #2C2C2C. Windows color (decimal): -11004118 or 2758488. OLE color: 2758488.

HSL color Cylindrical-coordinate representation of color #58172A: hue angle of 342.46º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58172A is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB882342-
CMYK00.740.520.65
HSL342.46º58.56%21.76%-
HSV(B)342.46º73.86%34.51%-
XYZ4.752.852.49-
YUV44.6126.53158.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.52%
GREEN value IS 23 (9.38% from 255) = 15.03%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=57.52%
G=15.03%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88234200.740.520.65342.4658.5621.76
Hex58172A04A34411563b16
Octal13027520112641015267326
Binary10110001011110101001001010110100100000110101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58172A; }

 p { color: rgb(88,23,42); }

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

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

 a { background-color: rgb(88,23,42); }

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

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

 span { border-color: rgb(88,23,42); }

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