#58121F

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

Shades of Bordeaux #58121F

Tints of Bordeaux #58121F

Color information

#58121F (or 0x58121F) is unknown color: approx Bordeaux. HEX triplet: 58, 12 and 1F. RGB value is (88,18,31). Sum of RGB (Red+Green+Blue) = 88+18+31=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #58121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121F is #A7EDE0. Grayscale: #282828. Windows color (decimal): -11005409 or 2036312. OLE color: 2036312.

HSL color Cylindrical-coordinate representation of color #58121F: hue angle of 348.86º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58121F is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB881831-
CMYK00.800.650.65
HSL348.86º66.04%20.78%-
HSV(B)348.86º79.55%34.51%-
XYZ4.492.611.56-
YUV40.41122.69161.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.23%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 31 (12.5% from 255) = 22.63%
R=64.23%
G=13.14%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88183100.800.650.65348.8666.0420.78
Hex58121F050414115d4215
Octal1302237012010110153510225
Binary101100010010111110101000010000011000001101011101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58121F; }

 p { color: rgb(88,18,31); }

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

<style>
 a { background-color: #58121F; }

 a { background-color: rgb(88,18,31); }

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

<style>
 span { border-color: #58121F; }

 span { border-color: rgb(88,18,31); }

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