#831842

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

Shades of Disco #831842

Tints of Disco #831842

Color information

#831842 (or 0x831842) is unknown color: approx Disco. HEX triplet: 83, 18 and 42. RGB value is (131,24,66). Sum of RGB (Red+Green+Blue) = 131+24+66=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #831842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831842 is #7CE7BD. Grayscale: #3C3C3C. Windows color (decimal): -8185790 or 4331651. OLE color: 4331651.

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

Color convert

RGB1312466-
CMYK00.820.500.49
HSL336.45º69.03%30.39%-
HSV(B)336.45º81.68%51.37%-
XYZ10.675.875.73-
YUV60.78130.95178.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.28%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=59.28%
G=10.86%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131246600.820.500.49336.4569.0330.39
Hex8318420523231150451e
Octal203301020122626152010536
Binary1000001111000100001001010010110010110001101010000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831842; }

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

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

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

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

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

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

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

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