#58131C

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

Shades of Bordeaux #58131C

Tints of Bordeaux #58131C

Color information

#58131C (or 0x58131C) is unknown color: approx Bordeaux. HEX triplet: 58, 13 and 1C. RGB value is (88,19,28). Sum of RGB (Red+Green+Blue) = 88+19+28=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58131C is #A7ECE3. Grayscale: #282828. Windows color (decimal): -11005156 or 1839960. OLE color: 1839960.

HSL color Cylindrical-coordinate representation of color #58131C: hue angle of 352.17º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58131C is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB881928-
CMYK00.780.680.65
HSL352.17º64.49%20.98%-
HSV(B)352.17º78.41%34.51%-
XYZ4.472.621.37-
YUV40.66120.86161.77-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 65.19%
GREEN value IS 19 (7.81% from 255) = 14.07%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=65.19%
G=14.07%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88192800.780.680.65352.1764.4920.98
Hex58131C04E44411604015
Octal1302334011610410154010025
Binary101100010011111000100111010001001000001101100000100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,19,28); }

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

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

 a { background-color: rgb(88,19,28); }

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

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

 span { border-color: rgb(88,19,28); }

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