#580318

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

Shades of Bordeaux #580318

Tints of Bordeaux #580318

Color information

#580318 (or 0x580318) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 18. RGB value is (88,3,24). Sum of RGB (Red+Green+Blue) = 88+3+24=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580318 is #A7FCE7. Grayscale: #1E1E1E. Windows color (decimal): -11009256 or 1573720. OLE color: 1573720.

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

Color convert

RGB88324-
CMYK00.970.730.65
HSL345.18º93.41%17.84%-
HSV(B)345.18º96.59%34.51%-
XYZ4.222.211.07-
YUV30.81124.16168.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 3 (1.56% from 255) = 2.61%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=76.52%
G=2.61%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832400.970.730.65345.1893.4117.84
Hex5831806149411595d12
Octal130330014111110153113522
Binary101100011110000110000110010011000001101011001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580318; }

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

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

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

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

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

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

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

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