#582F45

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

Shades of Barossa #582F45

Tints of Barossa #582F45

Color information

#582F45 (or 0x582F45) is unknown color: approx Barossa. HEX triplet: 58, 2F and 45. RGB value is (88,47,69). Sum of RGB (Red+Green+Blue) = 88+47+69=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #582F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F45 is #A7D0BA. Grayscale: #3D3D3D. Windows color (decimal): -10997947 or 4534104. OLE color: 4534104.

HSL color Cylindrical-coordinate representation of color #582F45: hue angle of 327.8º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #582F45 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB884769-
CMYK00.470.220.65
HSL327.8º30.37%26.47%-
HSV(B)327.8º46.59%34.51%-
XYZ6.124.546.18-
YUV61.77132.08146.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 69 (27.34% from 255) = 33.82%
R=43.14%
G=23.04%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88476900.470.220.65327.830.3726.47
Hex582F4502F16411481e1a
Octal13057105057261015103632
Binary1011000101111100010101011111011010000011010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582F45; }

 p { color: rgb(88,47,69); }

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

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

 a { background-color: rgb(88,47,69); }

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

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

 span { border-color: rgb(88,47,69); }

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