Html Css Color HEX #82584B Spicy Mix

📋 copy color: '#82584B'

red 130 ◦ green 88 ◦ blue 75

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

Shades of Spicy Mix #82584B

Tints of Spicy Mix #82584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 44.37%
G = 30.03%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#82584B (or 0x82584B) is known color: Spicy Mix. HEX triplet: 82, 58 and 4B. RGB value is (130,88,75). Sum of RGB (Red+Green+Blue) = 130+88+75=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #82584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82584B is #7DA7B4. Grayscale: #636363. Windows color (decimal): -8234933 or 4937858. OLE color: 4937858.

HSL color Cylindrical-coordinate representation of color #82584B: hue angle of 14.18º degrees, saturation: 0.27, 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 #82584B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 75 -
CMYK 0 0.32 0.42 0.49
HSL 14.18º 0.27% 0.4% -
HSV(B) 14.18º 0.42% 0.51% -
XYZ 13.97 12.23 8.28 -
YUV 99.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 130 88 75 0 0.32 0.42 0.49 14.18 0.27 0.4
Hex 82 58 4B 0 20 2A 31 E 1B 28
Octal 202 130 113 0 40 52 61 16 33 50
Binary 10000010 1011000 1001011 0 100000 101010 110001 1110 11011 101000

Color Harmonies of #82584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82584B

Black with #82584B

Text Example


Text Example

White with #82584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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