#58182A

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

Shades of Bordeaux #58182A

Tints of Bordeaux #58182A

Color information

#58182A (or 0x58182A) is unknown color: approx Bordeaux. HEX triplet: 58, 18 and 2A. RGB value is (88,24,42). Sum of RGB (Red+Green+Blue) = 88+24+42=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58182A is #A7E7D5. Grayscale: #2D2D2D. Windows color (decimal): -11003862 or 2758744. OLE color: 2758744.

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

Color convert

RGB882442-
CMYK00.730.520.65
HSL343.12º57.14%21.96%-
HSV(B)343.12º72.73%34.51%-
XYZ4.772.92.5-
YUV45.19126.2158.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 42 (16.80% from 255) = 27.27%
R=57.14%
G=15.58%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88244200.730.520.65343.1257.1421.96
Hex58182A04934411573916
Octal13030520111641015277126
Binary10110001100010101001001001110100100000110101011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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