#580921

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

Shades of Bordeaux #580921

Tints of Bordeaux #580921

Color information

#580921 (or 0x580921) is unknown color: approx Bordeaux. HEX triplet: 58, 09 and 21. RGB value is (88,9,33). Sum of RGB (Red+Green+Blue) = 88+9+33=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580921 is #A7F6DE. Grayscale: #232323. Windows color (decimal): -11007711 or 2165080. OLE color: 2165080.

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

Color convert

RGB88933-
CMYK00.900.620.65
HSL341.77º81.44%19.02%-
HSV(B)341.77º89.77%34.51%-
XYZ4.42.381.67-
YUV35.36126.67165.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 67.69%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=67.69%
G=6.92%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8893300.900.620.65341.7781.4419.02
Hex5892105A3E411565113
Octal130114101327610152612123
Binary10110001001100001010110101111101000001101010110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580921; }

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

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

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

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

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

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

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

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