#58031C

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

Shades of Bordeaux #58031C

Tints of Bordeaux #58031C

Color information

#58031C (or 0x58031C) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 1C. RGB value is (88,3,28). Sum of RGB (Red+Green+Blue) = 88+3+28=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #58031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031C is #A7FCE3. Grayscale: #1F1F1F. Windows color (decimal): -11009252 or 1835864. OLE color: 1835864.

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

Color convert

RGB88328-
CMYK00.970.680.65
HSL342.35º93.41%17.84%-
HSV(B)342.35º96.59%34.51%-
XYZ4.272.221.3-
YUV31.26126.16168.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 73.95%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 28 (11.33% from 255) = 23.53%
R=73.95%
G=2.52%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832800.970.680.65342.3593.4117.84
Hex5831C06144411565d12
Octal130334014110410152613522
Binary101100011111000110000110001001000001101010110101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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