#882B42

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

Shades of Disco #882B42

Tints of Disco #882B42

Color information

#882B42 (or 0x882B42) is unknown color: approx Disco. HEX triplet: 88, 2B and 42. RGB value is (136,43,66). Sum of RGB (Red+Green+Blue) = 136+43+66=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 43 (17.19% from 255 or 17.55% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #882B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882B42 is #77D4BD. Grayscale: #494949. Windows color (decimal): -7853246 or 4336520. OLE color: 4336520.

HSL color Cylindrical-coordinate representation of color #882B42: hue angle of 345.16º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #882B42 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB1364366-
CMYK00.680.510.47
HSL345.16º51.96%35.1%-
HSV(B)345.16º68.38%53.33%-
XYZ127.365.94-
YUV73.43123.81172.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 43 (17.19% from 255) = 17.55%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=55.51%
G=17.55%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136436600.680.510.47345.1651.9635.1
Hex882B42044332F1593423
Octal21053102010463575316443
Binary10001000101011100001001000100110011101111101011001110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882B42; }

 p { color: rgb(136,43,66); }

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

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

 a { background-color: rgb(136,43,66); }

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

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

 span { border-color: rgb(136,43,66); }

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