#58152A

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

Shades of Bordeaux #58152A

Tints of Bordeaux #58152A

Color information

#58152A (or 0x58152A) is unknown color: approx Bordeaux. HEX triplet: 58, 15 and 2A. RGB value is (88,21,42). Sum of RGB (Red+Green+Blue) = 88+21+42=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #58152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58152A is #A7EAD5. Grayscale: #2B2B2B. Windows color (decimal): -11004630 or 2757976. OLE color: 2757976.

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

Color convert

RGB882142-
CMYK00.760.520.65
HSL341.19º61.47%21.37%-
HSV(B)341.19º76.14%34.51%-
XYZ4.712.782.48-
YUV43.43127.2159.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 58.28%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 42 (16.80% from 255) = 27.81%
R=58.28%
G=13.91%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88214200.760.520.65341.1961.4721.37
Hex58152A04C34411553d15
Octal13025520114641015257525
Binary10110001010110101001001100110100100000110101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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