#80551B

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

Shades of Hot Curry #80551B

Tints of Hot Curry #80551B

Color information

#80551B (or 0x80551B) is unknown color: approx Hot Curry. HEX triplet: 80, 55 and 1B. RGB value is (128,85,27). Sum of RGB (Red+Green+Blue) = 128+85+27=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80551B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80551B is #7FAAE4. Grayscale: #5B5B5B. Windows color (decimal): -8366821 or 1791360. OLE color: 1791360.

HSL color Cylindrical-coordinate representation of color #80551B: hue angle of 34.46º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80551B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1288527-
CMYK00.340.790.50
HSL34.46º65.16%30.39%-
HSV(B)34.46º78.91%50.2%-
XYZ12.3511.172.54-
YUV91.2491.75154.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 85 (33.59% from 255) = 35.42%
BLUE value IS 27 (10.94% from 255) = 11.25%
R=53.33%
G=35.42%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128852700.340.790.5034.4665.1630.39
Hex80551B0224F3222411e
Octal20012533042117624210136
Binary1000000010101011101101000101001111110010100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,85,27); }

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

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

 a { background-color: rgb(128,85,27); }

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

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

 span { border-color: rgb(128,85,27); }

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