#58141E

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

Shades of Bordeaux #58141E

Tints of Bordeaux #58141E

Color information

#58141E (or 0x58141E) is unknown color: approx Bordeaux. HEX triplet: 58, 14 and 1E. RGB value is (88,20,30). Sum of RGB (Red+Green+Blue) = 88+20+30=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141E is #A7EBE1. Grayscale: #292929. Windows color (decimal): -11004898 or 1971288. OLE color: 1971288.

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

Color convert

RGB882030-
CMYK00.770.660.65
HSL351.18º62.96%21.18%-
HSV(B)351.18º77.27%34.51%-
XYZ4.512.671.51-
YUV41.47121.53161.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 20 (8.20% from 255) = 14.49%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=63.77%
G=14.49%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88203000.770.660.65351.1862.9621.18
Hex58141E04D424115f3f15
Octal130243601151021015377725
Binary10110001010011110010011011000010100000110101111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58141E; }

 p { color: rgb(88,20,30); }

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

<style>
 a { background-color: #58141E; }

 a { background-color: rgb(88,20,30); }

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

<style>
 span { border-color: #58141E; }

 span { border-color: rgb(88,20,30); }

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