Html Css Color HEX #832147 Disco

📋 copy color: '#832147'

red 131 ◦ green 33 ◦ blue 71

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

Shades of Disco #832147

Tints of Disco #832147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.04%

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

R = 55.74%
G = 14.04%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#832147 (or 0x832147) is known color: Disco. HEX triplet: 83, 21 and 47. RGB value is (131,33,71). Sum of RGB (Red+Green+Blue) = 131+33+71=235 (31% of max value = 765). Red value is 131 (51.56% from 255 or 55.74% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 131 - color contains mainly: red. Hex color #832147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832147 is #7CDEB8. Grayscale: #424242. Windows color (decimal): -8183481 or 4661635. OLE color: 4661635.

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

Color convert

RGB 131 33 71 -
CMYK 0 0.75 0.46 0.49
HSL 336.73º 0.6% 0.32% -
HSV(B) 336.73º 0.75% 0.51% -
XYZ 11.04 6.37 6.61 -
YUV 66.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 131 33 71 0 0.75 0.46 0.49 336.73 0.6 0.32
Hex 83 21 47 0 4B 2E 31 151 3C 20
Octal 203 41 107 0 113 56 61 521 74 40
Binary 10000011 100001 1000111 0 1001011 101110 110001 101010001 111100 100000

Color Harmonies of #832147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832147

Black with #832147

Text Example


Text Example

White with #832147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832147; }

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

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

background-color css

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

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

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

border-color css

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

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

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