#582F44

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

Shades of Barossa #582F44

Tints of Barossa #582F44

Color information

#582F44 (or 0x582F44) is unknown color: approx Barossa. HEX triplet: 58, 2F and 44. RGB value is (88,47,68). Sum of RGB (Red+Green+Blue) = 88+47+68=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 47 (18.75% from 255 or 23.15% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #582F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582F44 is #A7D0BB. Grayscale: #3D3D3D. Windows color (decimal): -10997948 or 4468568. OLE color: 4468568.

HSL color Cylindrical-coordinate representation of color #582F44: hue angle of 329.27º 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 #582F44 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.65.

Color convert

RGB884768-
CMYK00.470.230.65
HSL329.27º30.37%26.47%-
HSV(B)329.27º46.59%34.51%-
XYZ6.084.536.02-
YUV61.65131.58146.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.35%
GREEN value IS 47 (18.75% from 255) = 23.15%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=43.35%
G=23.15%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.23
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88476800.470.230.65329.2730.3726.47
Hex582F4402F17411491e1a
Octal13057104057271015113632
Binary1011000101111100010001011111011110000011010010011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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