#582B40

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

Shades of Barossa #582B40

Tints of Barossa #582B40

Color information

#582B40 (or 0x582B40) is unknown color: approx Barossa. HEX triplet: 58, 2B and 40. RGB value is (88,43,64). Sum of RGB (Red+Green+Blue) = 88+43+64=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #582B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B40 is #A7D4BF. Grayscale: #3A3A3A. Windows color (decimal): -10998976 or 4205400. OLE color: 4205400.

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

Color convert

RGB884364-
CMYK00.510.270.65
HSL332º34.35%25.69%-
HSV(B)332º51.14%34.51%-
XYZ5.814.175.35-
YUV58.85130.91148.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.13%
GREEN value IS 43 (17.19% from 255) = 22.05%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=45.13%
G=22.05%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88436400.510.270.6533234.3525.69
Hex582B400331B4114c221a
Octal13053100063331015144232
Binary10110001010111000000011001111011100000110100110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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