Html Css Color HEX #832547 Disco

📋 copy color: '#832547'

red 131 ◦ green 37 ◦ blue 71

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

Shades of Disco #832547

Tints of Disco #832547

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 54.81%
G = 15.48%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#832547 (or 0x832547) is known color: Disco. HEX triplet: 83, 25 and 47. RGB value is (131,37,71). Sum of RGB (Red+Green+Blue) = 131+37+71=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #832547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832547 is #7CDAB8. Grayscale: #444444. Windows color (decimal): -8182457 or 4662659. OLE color: 4662659.

HSL color Cylindrical-coordinate representation of color #832547: hue angle of 338.3º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #832547 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 71 -
CMYK 0 0.72 0.46 0.49
HSL 338.3º 0.56% 0.33% -
HSV(B) 338.3º 0.72% 0.51% -
XYZ 11.16 6.6 6.65 -
YUV 68.98 129.14 172.24 -
System Red Green Blue C M Y K H S L
Decimal 131 37 71 0 0.72 0.46 0.49 338.3 0.56 0.33
Hex 83 25 47 0 48 2E 31 152 38 21
Octal 203 45 107 0 110 56 61 522 70 41
Binary 10000011 100101 1000111 0 1001000 101110 110001 101010010 111000 100001

Color Harmonies of #832547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832547

Black with #832547

Text Example


Text Example

White with #832547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832547; }

 p { color: rgb(131,37,71); }

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

background-color css

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

 a { background-color: rgb(131,37,71); }

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

border-color css

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

 span { border-color: rgb(131,37,71); }

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