#580314

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

Shades of Bordeaux #580314

Tints of Bordeaux #580314

Color information

#580314 (or 0x580314) is unknown color: approx Bordeaux. HEX triplet: 58, 03 and 14. RGB value is (88,3,20). Sum of RGB (Red+Green+Blue) = 88+3+20=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580314 is #A7FCEB. Grayscale: #1E1E1E. Windows color (decimal): -11009260 or 1311576. OLE color: 1311576.

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

Color convert

RGB88320-
CMYK00.970.770.65
HSL348º93.41%17.84%-
HSV(B)348º96.59%34.51%-
XYZ4.182.190.86-
YUV30.35122.16169.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 79.28%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=79.28%
G=2.70%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.77
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8832000.970.770.6534893.4117.84
Hex583140614D4115c5d12
Octal130324014111510153413522
Binary101100011101000110000110011011000001101011100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580314; }

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

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

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

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

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

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

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

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