#580922

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

Shades of Bordeaux #580922

Tints of Bordeaux #580922

Color information

#580922 (or 0x580922) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 22. RGB value is (88,9,34). Sum of RGB (Red+Green+Blue) = 88+9+34=131 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.18% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 88 - color contains mainly: red. Hex color #580922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580922 is #A7F6DD. Grayscale: #232323. Windows color (decimal): -11007710 or 2230616. OLE color: 2230616.

HSL color Cylindrical-coordinate representation of color #580922: hue angle of 341.01º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580922 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB88934-
CMYK00.900.610.65
HSL341.01º81.44%19.02%-
HSV(B)341.01º89.77%34.51%-
XYZ4.412.391.74-
YUV35.47127.17165.47-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.18%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=67.18%
G=6.87%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8893400.900.610.65341.0181.4419.02
Hex5892205A3D411555113
Octal130114201327510152512123
Binary10110001001100010010110101111011000001101010101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580922; }

 p { color: rgb(88,9,34); }

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

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

 a { background-color: rgb(88,9,34); }

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

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

 span { border-color: rgb(88,9,34); }

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