#580222

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

Shades of Bordeaux #580222

Tints of Bordeaux #580222

Color information

#580222 (or 0x580222) is unknown color: approx Bordeaux. HEX triplet: 58, 02 and 22. RGB value is (88,2,34). Sum of RGB (Red+Green+Blue) = 88+2+34=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #580222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580222 is #A7FDDD. Grayscale: #1F1F1F. Windows color (decimal): -11009502 or 2228824. OLE color: 2228824.

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

Color convert

RGB88234-
CMYK00.980.610.65
HSL337.67º95.56%17.65%-
HSV(B)337.67º97.73%34.51%-
XYZ4.332.231.72-
YUV31.36129.49168.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 70.97%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 34 (13.67% from 255) = 27.42%
R=70.97%
G=1.61%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8823400.980.610.65337.6795.5617.65
Hex582220623D411526012
Octal13024201427510152214022
Binary101100010100010011000101111011000001101010010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580222; }

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

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

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

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

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

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

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

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