#933249

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

Shades of Disco #933249

Tints of Disco #933249

Color information

#933249 (or 0x933249) is unknown color: approx Disco. HEX triplet: 93, 32 and 49. RGB value is (147,50,73). Sum of RGB (Red+Green+Blue) = 147+50+73=270 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.44% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 147 - color contains mainly: red. Hex color #933249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933249 is #6CCDB6. Grayscale: #515151. Windows color (decimal): -7130551 or 4797075. OLE color: 4797075.

HSL color Cylindrical-coordinate representation of color #933249: hue angle of 345.77º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933249 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1475073-
CMYK00.660.500.42
HSL345.77º49.24%38.63%-
HSV(B)345.77º65.99%57.65%-
XYZ14.388.977.28-
YUV81.62123.14174.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.44%
GREEN value IS 50 (19.92% from 255) = 18.52%
BLUE value IS 73 (28.91% from 255) = 27.04%
R=54.44%
G=18.52%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147507300.660.500.42345.7749.2438.63
Hex933249042322A15a3127
Octal22362111010262525326147
Binary10010011110010100100101000010110010101010101011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933249; }

 p { color: rgb(147,50,73); }

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

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

 a { background-color: rgb(147,50,73); }

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

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

 span { border-color: rgb(147,50,73); }

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