#81584B

Color #81584B Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #81584B

Tints of Spicy Mix #81584B

Color information

#81584B (or 0x81584B) is unknown color: approx Spicy Mix. HEX triplet: 81, 58 and 4B. RGB value is (129,88,75). Sum of RGB (Red+Green+Blue) = 129+88+75=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 129 - color contains mainly: red. Hex color #81584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81584B is #7EA7B4. Grayscale: #626262. Windows color (decimal): -8300469 or 4937857. OLE color: 4937857.

HSL color Cylindrical-coordinate representation of color #81584B: hue angle of 14.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81584B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1298875-
CMYK00.320.420.49
HSL14.44º26.47%40%-
HSV(B)14.44º41.86%50.59%-
XYZ13.8112.158.27-
YUV98.78114.58149.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 75 (29.69% from 255) = 25.68%
R=44.18%
G=30.14%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129887500.320.420.4914.4426.4740
Hex81584B0202A31e1a28
Octal2011301130405261163250
Binary10000001101100010010110100000101010110001111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,88,75); }

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

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

 a { background-color: rgb(129,88,75); }

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

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

 span { border-color: rgb(129,88,75); }

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