#582E41

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

Shades of Barossa #582E41

Tints of Barossa #582E41

Color information

#582E41 (or 0x582E41) is unknown color: approx Barossa. HEX triplet: 58, 2E and 41. RGB value is (88,46,65). Sum of RGB (Red+Green+Blue) = 88+46+65=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582E41 is #A7D1BE. Grayscale: #3C3C3C. Windows color (decimal): -10998207 or 4271704. OLE color: 4271704.

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

Color convert

RGB884665-
CMYK00.480.260.65
HSL332.86º31.34%26.27%-
HSV(B)332.86º47.73%34.51%-
XYZ5.964.415.54-
YUV60.72130.41147.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=44.22%
G=23.12%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88466500.480.260.65332.8631.3426.27
Hex582E410301A4114d1f1a
Octal13056101060321015153732
Binary1011000101110100000101100001101010000011010011011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,46,65); }

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

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

 a { background-color: rgb(88,46,65); }

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

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

 span { border-color: rgb(88,46,65); }

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