#580927

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

Shades of Bordeaux #580927

Tints of Bordeaux #580927

Color information

#580927 (or 0x580927) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 27. RGB value is (88,9,39). Sum of RGB (Red+Green+Blue) = 88+9+39=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #580927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580927 is #A7F6D8. Grayscale: #242424. Windows color (decimal): -11007705 or 2558296. OLE color: 2558296.

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

Color convert

RGB88939-
CMYK00.900.560.65
HSL337.22º81.44%19.02%-
HSV(B)337.22º89.77%34.51%-
XYZ4.492.422.15-
YUV36.04129.67165.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 64.71%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=64.71%
G=6.62%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8893900.900.560.65337.2281.4419.02
Hex5892705A38411515113
Octal130114701327010152112123
Binary10110001001100111010110101110001000001101010001101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580927; }

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

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

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

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

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

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

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

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