#580316

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

Shades of Bordeaux #580316

Tints of Bordeaux #580316

Color information

#580316 (or 0x580316) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 16. RGB value is (88,3,22). Sum of RGB (Red+Green+Blue) = 88+3+22=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580316 is #A7FCE9. Grayscale: #1E1E1E. Windows color (decimal): -11009258 or 1442648. OLE color: 1442648.

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

Color convert

RGB88322-
CMYK00.970.750.65
HSL346.59º93.41%17.84%-
HSV(B)346.59º96.59%34.51%-
XYZ4.22.20.96-
YUV30.58123.16168.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 77.88%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=77.88%
G=2.65%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832200.970.750.65346.5993.4117.84
Hex583160614B4115b5d12
Octal130326014111310153313522
Binary101100011101100110000110010111000001101011011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580316; }

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

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

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

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

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

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

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

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