#883148

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

Shades of Disco #883148

Tints of Disco #883148

Color information

#883148 (or 0x883148) is unknown color: approx Disco. HEX triplet: 88, 31 and 48. RGB value is (136,49,72). Sum of RGB (Red+Green+Blue) = 136+49+72=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883148 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883148 is #77CEB7. Grayscale: #4D4D4D. Windows color (decimal): -7851704 or 4731272. OLE color: 4731272.

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

Color convert

RGB1364972-
CMYK00.640.470.47
HSL344.14º47.03%36.27%-
HSV(B)344.14º63.97%53.33%-
XYZ12.427.97-
YUV77.63124.82169.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 49 (19.53% from 255) = 19.07%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=52.92%
G=19.07%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136497200.640.470.47344.1447.0336.27
Hex8831480402F2F1582f24
Octal21061110010057575305744
Binary10001000110001100100001000000101111101111101011000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883148; }

 p { color: rgb(136,49,72); }

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

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

 a { background-color: rgb(136,49,72); }

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

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

 span { border-color: rgb(136,49,72); }

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