#882641

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

Shades of Disco #882641

Tints of Disco #882641

Color information

#882641 (or 0x882641) is unknown color: approx Disco. HEX triplet: 88, 26 and 41. RGB value is (136,38,65). Sum of RGB (Red+Green+Blue) = 136+38+65=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #882641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882641 is #77D9BE. Grayscale: #464646. Windows color (decimal): -7854527 or 4269704. OLE color: 4269704.

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

Color convert

RGB1363865-
CMYK00.720.520.47
HSL343.47º56.32%34.12%-
HSV(B)343.47º72.06%53.33%-
XYZ11.875.73-
YUV70.38124.97174.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.90%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 65 (25.78% from 255) = 27.20%
R=56.90%
G=15.90%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136386500.720.520.47343.4756.3234.12
Hex882641048342F1573822
Octal21046101011064575277042
Binary10001000100110100000101001000110100101111101010111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882641; }

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

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

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

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

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

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

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

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