#882246

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

Shades of Disco #882246

Tints of Disco #882246

Color information

#882246 (or 0x882246) is unknown color: approx Disco. HEX triplet: 88, 22 and 46. RGB value is (136,34,70). Sum of RGB (Red+Green+Blue) = 136+34+70=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #882246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882246 is #77DDB9. Grayscale: #444444. Windows color (decimal): -7855546 or 4596360. OLE color: 4596360.

HSL color Cylindrical-coordinate representation of color #882246: hue angle of 338.82º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882246 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB1363470-
CMYK00.750.490.47
HSL338.82º60%33.33%-
HSV(B)338.82º75%53.33%-
XYZ11.836.826.49-
YUV68.6128.79176.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=56.67%
G=14.17%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136347000.750.490.47338.826033.33
Hex88224604B312F1533c21
Octal21042106011361575237441
Binary10001000100010100011001001011110001101111101010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882246; }

 p { color: rgb(136,34,70); }

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

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

 a { background-color: rgb(136,34,70); }

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

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

 span { border-color: rgb(136,34,70); }

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