#58192A

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

Shades of Bordeaux #58192A

Tints of Bordeaux #58192A

Color information

#58192A (or 0x58192A) is unknown color: approx Bordeaux. HEX triplet: 58, 19 and 2A. RGB value is (88,25,42). Sum of RGB (Red+Green+Blue) = 88+25+42=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192A is #A7E6D5. Grayscale: #2D2D2D. Windows color (decimal): -11003606 or 2759000. OLE color: 2759000.

HSL color Cylindrical-coordinate representation of color #58192A: hue angle of 343.81º 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 #58192A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB882542-
CMYK00.720.520.65
HSL343.81º55.75%22.16%-
HSV(B)343.81º71.59%34.51%-
XYZ4.792.942.5-
YUV45.77125.87158.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 56.77%
GREEN value IS 25 (10.16% from 255) = 16.13%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=56.77%
G=16.13%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88254200.720.520.65343.8155.7522.16
Hex58192A04834411583816
Octal13031520110641015307026
Binary10110001100110101001001000110100100000110101100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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