#832142

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

Shades of Disco #832142

Tints of Disco #832142

Color information

#832142 (or 0x832142) is unknown color: approx Disco. HEX triplet: 83, 21 and 42. RGB value is (131,33,66). Sum of RGB (Red+Green+Blue) = 131+33+66=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #832142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832142 is #7CDEBD. Grayscale: #424242. Windows color (decimal): -8183486 or 4333955. OLE color: 4333955.

HSL color Cylindrical-coordinate representation of color #832142: hue angle of 339.8º 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 #832142 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1313366-
CMYK00.750.500.49
HSL339.8º59.76%32.16%-
HSV(B)339.8º74.81%51.37%-
XYZ10.896.315.8-
YUV66.06127.97174.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=56.96%
G=14.35%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131336600.750.500.49339.859.7632.16
Hex83214204B32311543c20
Octal20341102011362615247440
Binary10000011100001100001001001011110010110001101010100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #832142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #832142; }

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

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

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

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

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

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

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

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