#832947

Color #832947 Disco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Disco #832947

Tints of Disco #832947

Color information

#832947 (or 0x832947) is unknown color: approx Disco. HEX triplet: 83, 29 and 47. RGB value is (131,41,71). Sum of RGB (Red+Green+Blue) = 131+41+71=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #832947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832947 is #7CD6B8. Grayscale: #474747. Windows color (decimal): -8181433 or 4663683. OLE color: 4663683.

HSL color Cylindrical-coordinate representation of color #832947: hue angle of 340º degrees, saturation: 0.52, 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 #832947 is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1314171-
CMYK00.690.460.49
HSL340º52.33%33.73%-
HSV(B)340º68.7%51.37%-
XYZ11.296.876.69-
YUV71.33127.82170.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 71 (28.12% from 255) = 29.22%
R=53.91%
G=16.87%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131417100.690.460.4934052.3333.73
Hex8329470452E311543422
Octal20351107010556615246442
Binary10000011101001100011101000101101110110001101010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832947; }

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

 H1.HeaderClassName
 {
   color: #832947;
 }
 .AnyTagClassName
 {
   color: #832947;
 }
</style>
background-color css

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

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

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

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

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

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