#882341

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

Shades of Disco #882341

Tints of Disco #882341

Color information

#882341 (or 0x882341) is unknown color: approx Disco. HEX triplet: 88, 23 and 41. RGB value is (136,35,65). Sum of RGB (Red+Green+Blue) = 136+35+65=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #882341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882341 is #77DCBE. Grayscale: #444444. Windows color (decimal): -7855295 or 4268936. OLE color: 4268936.

HSL color Cylindrical-coordinate representation of color #882341: hue angle of 342.18º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882341 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB1363565-
CMYK00.740.520.47
HSL342.18º59.06%33.53%-
HSV(B)342.18º74.26%53.33%-
XYZ11.716.825.7-
YUV68.62125.96176.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.63%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=57.63%
G=14.83%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136356500.740.520.47342.1859.0633.53
Hex88234104A342F1563b22
Octal21043101011264575267342
Binary10001000100011100000101001010110100101111101010110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882341; }

 p { color: rgb(136,35,65); }

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

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

 a { background-color: rgb(136,35,65); }

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

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

 span { border-color: rgb(136,35,65); }

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