#832D4E

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

Shades of Disco #832D4E

Tints of Disco #832D4E

Color information

#832D4E (or 0x832D4E) is unknown color: approx Disco. HEX triplet: 83, 2D and 4E. RGB value is (131,45,78). Sum of RGB (Red+Green+Blue) = 131+45+78=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #832D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #832D4E is #7CD2B1. Grayscale: #4A4A4A. Windows color (decimal): -8180402 or 5123459. OLE color: 5123459.

HSL color Cylindrical-coordinate representation of color #832D4E: hue angle of 336.98º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #832D4E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB1314578-
CMYK00.660.400.49
HSL336.98º48.86%34.51%-
HSV(B)336.98º65.65%51.37%-
XYZ11.677.257.99-
YUV74.48129.99168.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 45 (17.97% from 255) = 17.72%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=51.57%
G=17.72%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131457800.660.400.49336.9848.8634.51
Hex832D4E04228311513123
Octal20355116010250615216143
Binary10000011101101100111001000010101000110001101010001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832D4E; }

 p { color: rgb(131,45,78); }

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

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

 a { background-color: rgb(131,45,78); }

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

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

 span { border-color: rgb(131,45,78); }

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