Html Css Color HEX #832847 Disco

📋 copy color: '#832847'

red 131 ◦ green 40 ◦ blue 71

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

Shades of Disco #832847

Tints of Disco #832847

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 54.13%
G = 16.53%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#832847 (or 0x832847) is known color: Disco. HEX triplet: 83, 28 and 47. RGB value is (131,40,71). Sum of RGB (Red+Green+Blue) = 131+40+71=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #832847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832847 is #7CD7B8. Grayscale: #464646. Windows color (decimal): -8181689 or 4663427. OLE color: 4663427.

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

Color convert

RGB 131 40 71 -
CMYK 0 0.69 0.46 0.49
HSL 339.56º 0.53% 0.34% -
HSV(B) 339.56º 0.69% 0.51% -
XYZ 11.26 6.8 6.68 -
YUV 70.74 128.15 170.98 -
System Red Green Blue C M Y K H S L
Decimal 131 40 71 0 0.69 0.46 0.49 339.56 0.53 0.34
Hex 83 28 47 0 45 2E 31 154 35 22
Octal 203 50 107 0 105 56 61 524 65 42
Binary 10000011 101000 1000111 0 1000101 101110 110001 101010100 110101 100010

Color Harmonies of #832847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832847

Black with #832847

Text Example


Text Example

White with #832847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832847; }

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

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

background-color css

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

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

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

border-color css

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

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

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