#58162A

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

Shades of Bordeaux #58162A

Tints of Bordeaux #58162A

Color information

#58162A (or 0x58162A) is unknown color: approx Bordeaux. HEX triplet: 58, 16 and 2A. RGB value is (88,22,42). Sum of RGB (Red+Green+Blue) = 88+22+42=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162A is #A7E9D5. Grayscale: #2B2B2B. Windows color (decimal): -11004374 or 2758232. OLE color: 2758232.

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

Color convert

RGB882242-
CMYK00.750.520.65
HSL341.82º60%21.57%-
HSV(B)341.82º75%34.51%-
XYZ4.732.822.48-
YUV44.01126.87159.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=57.89%
G=14.47%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88224200.750.520.65341.826021.57
Hex58162A04B34411563c16
Octal13026520113641015267426
Binary10110001011010101001001011110100100000110101011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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