#831642

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

Shades of Disco #831642

Tints of Disco #831642

Color information

#831642 (or 0x831642) is unknown color: approx Disco. HEX triplet: 83, 16 and 42. RGB value is (131,22,66). Sum of RGB (Red+Green+Blue) = 131+22+66=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #831642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #831642 is #7CE9BD. Grayscale: #3B3B3B. Windows color (decimal): -8186302 or 4331139. OLE color: 4331139.

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

Color convert

RGB1312266-
CMYK00.830.500.49
HSL335.78º71.24%30%-
HSV(B)335.78º83.21%51.37%-
XYZ10.635.795.71-
YUV59.61131.61178.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 59.82%
GREEN value IS 22 (8.98% from 255) = 10.05%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=59.82%
G=10.05%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131226600.830.500.49335.7871.2430
Hex8316420533231150471e
Octal203261020123626152010736
Binary1000001110110100001001010011110010110001101010000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831642; }

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

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

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

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

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

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

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

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