#582A3F

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

Shades of Barossa #582A3F

Tints of Barossa #582A3F

Color information

#582A3F (or 0x582A3F) is unknown color: approx Barossa. HEX triplet: 58, 2A and 3F. RGB value is (88,42,63). Sum of RGB (Red+Green+Blue) = 88+42+63=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #582A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582A3F is #A7D5C0. Grayscale: #3A3A3A. Windows color (decimal): -10999233 or 4139608. OLE color: 4139608.

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

Color convert

RGB884263-
CMYK00.520.280.65
HSL332.61º35.38%25.49%-
HSV(B)332.61º52.27%34.51%-
XYZ5.754.095.19-
YUV58.15130.74149.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.60%
GREEN value IS 42 (16.80% from 255) = 21.76%
BLUE value IS 63 (25% from 255) = 32.64%
R=45.60%
G=21.76%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88426300.520.280.65332.6135.3825.49
Hex582A3F0341C4114d2319
Octal1305277064341015154331
Binary1011000101010111111011010011100100000110100110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,42,63); }

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

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

 a { background-color: rgb(88,42,63); }

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

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

 span { border-color: rgb(88,42,63); }

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