#582C40

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

Shades of Barossa #582C40

Tints of Barossa #582C40

Color information

#582C40 (or 0x582C40) is unknown color: approx Barossa. HEX triplet: 58, 2C and 40. RGB value is (88,44,64). Sum of RGB (Red+Green+Blue) = 88+44+64=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #582C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582C40 is #A7D3BF. Grayscale: #3B3B3B. Windows color (decimal): -10998720 or 4205656. OLE color: 4205656.

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

Color convert

RGB884464-
CMYK00.50.270.65
HSL332.73º33.33%25.88%-
HSV(B)332.73º50%34.51%-
XYZ5.854.255.36-
YUV59.44130.58148.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.90%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 64 (25.39% from 255) = 32.65%
R=44.90%
G=22.45%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88446400.50.270.65332.7333.3325.88
Hex582C400321B4114d211a
Octal13054100062331015154132
Binary10110001011001000000011001011011100000110100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,44,64); }

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

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

 a { background-color: rgb(88,44,64); }

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

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

 span { border-color: rgb(88,44,64); }

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