Html Css Color HEX #82584D Spicy Mix

📋 copy color: '#82584D'

red 130 ◦ green 88 ◦ blue 77

#82584D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #82584D

Tints of Spicy Mix #82584D

RGB

 RED value IS 130 (51.17% from 255) = 44.07%

 GREEN value IS 88 (34.77% from 255) = 29.83%

 BLUE value IS 77 (30.47% from 255) = 26.1%

R = 44.07%
G = 29.83%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82584D (or 0x82584D) is known color: Spicy Mix. HEX triplet: 82, 58 and 4D. RGB value is (130,88,77). Sum of RGB (Red+Green+Blue) = 130+88+77=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #82584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82584D is #7DA7B2. Grayscale: #636363. Windows color (decimal): -8234931 or 5068930. OLE color: 5068930.

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

Color convert

RGB 130 88 77 -
CMYK 0 0.32 0.41 0.49
HSL 12.45º 0.26% 0.41% -
HSV(B) 12.45º 0.41% 0.51% -
XYZ 14.04 12.26 8.65 -
YUV 99.3 115.41 149.89 -
System Red Green Blue C M Y K H S L
Decimal 130 88 77 0 0.32 0.41 0.49 12.45 0.26 0.41
Hex 82 58 4D 0 20 29 31 C 1A 29
Octal 202 130 115 0 40 51 61 14 32 51
Binary 10000010 1011000 1001101 0 100000 101001 110001 1100 11010 101001

Color Harmonies of #82584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82584D

Black with #82584D

Text Example


Text Example

White with #82584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82584D; }

 p { color: rgb(130,88,77); }

 H1.HeaderClassName
 {
   color: #82584D;
 }
 .AnyTagClassName
 {
   color: #82584D;
 }
</style>

background-color css

<style>
 a { background-color: #82584D; }

 a { background-color: rgb(130,88,77); }

 div.DivClassName
 {
   background-color: #82584D;
 }
 .BgClassName
 {
   background-color: #82584D;
 }
</style>

border-color css

<style>
 span { border-color: #82584D; }

 span { border-color: rgb(130,88,77); }

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