#932E48

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

Shades of Disco #932E48

Tints of Disco #932E48

Color information

#932E48 (or 0x932E48) is unknown color: approx Disco. HEX triplet: 93, 2E and 48. RGB value is (147,46,72). Sum of RGB (Red+Green+Blue) = 147+46+72=265 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.47% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 147 - color contains mainly: red. Hex color #932E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932E48 is #6CD1B7. Grayscale: #4F4F4F. Windows color (decimal): -7131576 or 4730515. OLE color: 4730515.

HSL color Cylindrical-coordinate representation of color #932E48: hue angle of 344.55º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #932E48 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1474672-
CMYK00.690.510.42
HSL344.55º52.33%37.84%-
HSV(B)344.55º68.71%57.65%-
XYZ14.188.627.05-
YUV79.16123.96176.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.47%
GREEN value IS 46 (18.36% from 255) = 17.36%
BLUE value IS 72 (28.52% from 255) = 27.17%
R=55.47%
G=17.36%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147467200.690.510.42344.5552.3337.84
Hex932E48045332A1593426
Octal22356110010563525316446
Binary10010011101110100100001000101110011101010101011001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932E48; }

 p { color: rgb(147,46,72); }

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

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

 a { background-color: rgb(147,46,72); }

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

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

 span { border-color: rgb(147,46,72); }

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