Html Css Color HEX #832047 Disco

📋 copy color: '#832047'

red 131 ◦ green 32 ◦ blue 71

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

Shades of Disco #832047

Tints of Disco #832047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.68%

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

R = 55.98%
G = 13.68%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#832047 (or 0x832047) is known color: Disco. HEX triplet: 83, 20 and 47. RGB value is (131,32,71). Sum of RGB (Red+Green+Blue) = 131+32+71=234 (30% of max value = 765). Red value is 131 (51.56% from 255 or 55.98% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 131 - color contains mainly: red. Hex color #832047 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832047 is #7CDFB8. Grayscale: #414141. Windows color (decimal): -8183737 or 4661379. OLE color: 4661379.

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

Color convert

RGB 131 32 71 -
CMYK 0 0.76 0.46 0.49
HSL 336.36º 0.61% 0.32% -
HSV(B) 336.36º 0.76% 0.51% -
XYZ 11.01 6.31 6.6 -
YUV 66.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 131 32 71 0 0.76 0.46 0.49 336.36 0.61 0.32
Hex 83 20 47 0 4C 2E 31 150 3D 20
Octal 203 40 107 0 114 56 61 520 75 40
Binary 10000011 100000 1000111 0 1001100 101110 110001 101010000 111101 100000

Color Harmonies of #832047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832047

Black with #832047

Text Example


Text Example

White with #832047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832047; }

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

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

background-color css

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

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

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

border-color css

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

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

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