#580319

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

Shades of Bordeaux #580319

Tints of Bordeaux #580319

Color information

#580319 (or 0x580319) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 19. RGB value is (88,3,25). Sum of RGB (Red+Green+Blue) = 88+3+25=116 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.86% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 25 (10.16% from 255 or 21.55% from 116); Max value from RGB is 88 - color contains mainly: red. Hex color #580319 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580319 is #A7FCE6. Grayscale: #1E1E1E. Windows color (decimal): -11009255 or 1639256. OLE color: 1639256.

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

Color convert

RGB88325-
CMYK00.970.720.65
HSL344.47º93.41%17.84%-
HSV(B)344.47º96.59%34.51%-
XYZ4.232.211.12-
YUV30.92124.66168.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 75.86%
GREEN value IS 3 (1.56% from 255) = 2.59%
BLUE value IS 25 (10.16% from 255) = 21.55%
R=75.86%
G=2.59%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832500.970.720.65344.4793.4117.84
Hex5831906148411585d12
Octal130331014111010153013522
Binary101100011110010110000110010001000001101011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580319; }

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

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

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

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

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

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

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

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