#582D42

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

Shades of Barossa #582D42

Tints of Barossa #582D42

Color information

#582D42 (or 0x582D42) is unknown color: approx Barossa. HEX triplet: 58, 2D and 42. RGB value is (88,45,66). Sum of RGB (Red+Green+Blue) = 88+45+66=199 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.22% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 88 - color contains mainly: red. Hex color #582D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582D42 is #A7D2BD. Grayscale: #3C3C3C. Windows color (decimal): -10998462 or 4336984. OLE color: 4336984.

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

Color convert

RGB884566-
CMYK00.490.250.65
HSL330.7º32.33%26.08%-
HSV(B)330.7º48.86%34.51%-
XYZ5.954.345.68-
YUV60.25131.25147.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.22%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=44.22%
G=22.61%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88456600.490.250.65330.732.3326.08
Hex582D42031194114b201a
Octal13055102061311015134032
Binary10110001011011000010011000111001100000110100101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,45,66); }

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

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

 a { background-color: rgb(88,45,66); }

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

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

 span { border-color: rgb(88,45,66); }

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