Html Css Color HEX #83584B Spicy Mix

📋 copy color: '#83584B'

red 131 ◦ green 88 ◦ blue 75

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

Shades of Spicy Mix #83584B

Tints of Spicy Mix #83584B

RGB

 RED value IS 131 (51.56% from 255) = 44.56%

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

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

R = 44.56%
G = 29.93%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#83584B (or 0x83584B) is known color: Spicy Mix. HEX triplet: 83, 58 and 4B. RGB value is (131,88,75). Sum of RGB (Red+Green+Blue) = 131+88+75=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83584B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83584B is #7CA7B4. Grayscale: #636363. Windows color (decimal): -8169397 or 4937859. OLE color: 4937859.

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

Color convert

RGB 131 88 75 -
CMYK 0 0.33 0.43 0.49
HSL 13.93º 0.27% 0.4% -
HSV(B) 13.93º 0.43% 0.51% -
XYZ 14.12 12.31 8.29 -
YUV 99.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 131 88 75 0 0.33 0.43 0.49 13.93 0.27 0.4
Hex 83 58 4B 0 21 2B 31 E 1B 28
Octal 203 130 113 0 41 53 61 16 33 50
Binary 10000011 1011000 1001011 0 100001 101011 110001 1110 11011 101000

Color Harmonies of #83584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83584B

Black with #83584B

Text Example


Text Example

White with #83584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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