#882244

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

Shades of Disco #882244

Tints of Disco #882244

Color information

#882244 (or 0x882244) is unknown color: approx Disco. HEX triplet: 88, 22 and 44. RGB value is (136,34,68). Sum of RGB (Red+Green+Blue) = 136+34+68=238 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.14% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 136 - color contains mainly: red. Hex color #882244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882244 is #77DDBB. Grayscale: #444444. Windows color (decimal): -7855548 or 4465288. OLE color: 4465288.

HSL color Cylindrical-coordinate representation of color #882244: hue angle of 340º 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 #882244 is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1363468-
CMYK00.750.500.47
HSL340º60%33.33%-
HSV(B)340º75%53.33%-
XYZ11.776.86.16-
YUV68.37127.79176.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=57.14%
G=14.29%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136346800.750.500.473406033.33
Hex88224404B322F1543c21
Octal21042104011362575247441
Binary10001000100010100010001001011110010101111101010100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882244; }

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

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

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

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

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

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

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

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