#58162C

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

Shades of Bordeaux #58162C

Tints of Bordeaux #58162C

Color information

#58162C (or 0x58162C) is unknown color: approx Bordeaux. HEX triplet: 58, 16 and 2C. RGB value is (88,22,44). Sum of RGB (Red+Green+Blue) = 88+22+44=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #58162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162C is #A7E9D3. Grayscale: #2C2C2C. Windows color (decimal): -11004372 or 2889304. OLE color: 2889304.

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

Color convert

RGB882244-
CMYK00.750.50.65
HSL340º60%21.57%-
HSV(B)340º75%34.51%-
XYZ4.772.832.68-
YUV44.24127.87159.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.14%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.5
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88224400.750.50.653406021.57
Hex58162C04B32411543c16
Octal13026540113621015247426
Binary10110001011010110001001011110010100000110101010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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