#58152B

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

Shades of Bordeaux #58152B

Tints of Bordeaux #58152B

Color information

#58152B (or 0x58152B) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 2B. RGB value is (88,21,43). Sum of RGB (Red+Green+Blue) = 88+21+43=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152B is #A7EAD4. Grayscale: #2B2B2B. Windows color (decimal): -11004629 or 2823512. OLE color: 2823512.

HSL color Cylindrical-coordinate representation of color #58152B: hue angle of 340.3º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58152B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB882143-
CMYK00.760.510.65
HSL340.3º61.47%21.37%-
HSV(B)340.3º76.14%34.51%-
XYZ4.732.792.57-
YUV43.54127.7159.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 57.89%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=57.89%
G=13.82%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88214300.760.510.65340.361.4721.37
Hex58152B04C33411543d15
Octal13025530114631015247525
Binary10110001010110101101001100110011100000110101010011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58152B; }

 p { color: rgb(88,21,43); }

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

<style>
 a { background-color: #58152B; }

 a { background-color: rgb(88,21,43); }

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

<style>
 span { border-color: #58152B; }

 span { border-color: rgb(88,21,43); }

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