#58031F

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

Shades of Bordeaux #58031F

Tints of Bordeaux #58031F

Color information

#58031F (or 0x58031F) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 1F. RGB value is (88,3,31). Sum of RGB (Red+Green+Blue) = 88+3+31=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 31 (12.5% from 255 or 25.41% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #58031F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58031F is #A7FCE0. Grayscale: #1F1F1F. Windows color (decimal): -11009249 or 2032472. OLE color: 2032472.

HSL color Cylindrical-coordinate representation of color #58031F: hue angle of 340.24º 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 #58031F is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB88331-
CMYK00.970.650.65
HSL340.24º93.41%17.84%-
HSV(B)340.24º96.59%34.51%-
XYZ4.32.241.5-
YUV31.61127.66168.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 31 (12.5% from 255) = 25.41%
R=72.13%
G=2.46%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8833100.970.650.65340.2493.4117.84
Hex5831F06141411545d12
Octal130337014110110152413522
Binary101100011111110110000110000011000001101010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58031F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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