#82572B

Color #82572B Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #82572B

Tints of Hot Curry #82572B

Color information

#82572B (or 0x82572B) is unknown color: approx Hot Curry. HEX triplet: 82, 57 and 2B. RGB value is (130,87,43). Sum of RGB (Red+Green+Blue) = 130+87+43=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82572B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82572B is #7DA8D4. Grayscale: #5F5F5F. Windows color (decimal): -8235221 or 2840450. OLE color: 2840450.

HSL color Cylindrical-coordinate representation of color #82572B: hue angle of 30.34º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #82572B is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1308743-
CMYK00.330.670.49
HSL30.34º50.29%33.92%-
HSV(B)30.34º66.92%50.98%-
XYZ13.0511.743.86-
YUV94.8498.75153.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 43 (17.19% from 255) = 16.54%
R=50%
G=33.46%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130874300.330.670.4930.3450.2933.92
Hex82572B02143311e3222
Octal2021275304110361366242
Binary1000001010101111010110100001100001111000111110110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82572B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82572B; }

 p { color: rgb(130,87,43); }

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

<style>
 a { background-color: #82572B; }

 a { background-color: rgb(130,87,43); }

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

<style>
 span { border-color: #82572B; }

 span { border-color: rgb(130,87,43); }

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