#580121

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

Shades of Bordeaux #580121

Tints of Bordeaux #580121

Color information

#580121 (or 0x580121) is unknown color: approx Bordeaux. HEX triplet: 58, 01 and 21. RGB value is (88,1,33). Sum of RGB (Red+Green+Blue) = 88+1+33=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580121 is #A7FEDE. Grayscale: #1E1E1E. Windows color (decimal): -11009759 or 2163032. OLE color: 2163032.

HSL color Cylindrical-coordinate representation of color #580121: hue angle of 337.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580121 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB88133-
CMYK00.990.620.65
HSL337.93º97.75%17.45%-
HSV(B)337.93º98.86%34.51%-
XYZ4.312.211.64-
YUV30.66129.32168.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 72.13%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 33 (13.28% from 255) = 27.05%
R=72.13%
G=0.82%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8813300.990.620.65337.9397.7517.45
Hex581210633E411526211
Octal13014101437610152214221
Binary10110001100001011000111111101000001101010010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580121; }

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

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

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

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

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

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

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

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