#580422

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

Shades of Bordeaux #580422

Tints of Bordeaux #580422

Color information

#580422 (or 0x580422) is unknown color: approx Bordeaux. HEX triplet: 58, 04 and 22. RGB value is (88,4,34). Sum of RGB (Red+Green+Blue) = 88+4+34=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580422 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580422 is #A7FBDD. Grayscale: #202020. Windows color (decimal): -11008990 or 2229336. OLE color: 2229336.

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

Color convert

RGB88434-
CMYK00.950.610.65
HSL338.57º91.3%18.04%-
HSV(B)338.57º95.45%34.51%-
XYZ4.362.281.72-
YUV32.54128.83167.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 69.84%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 34 (13.67% from 255) = 26.98%
R=69.84%
G=3.17%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8843400.950.610.65338.5791.318.04
Hex5842205F3D411535b12
Octal13044201377510152313322
Binary1011000100100010010111111111011000001101010011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580422; }

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

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

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

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

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

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

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

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