#933049

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

Shades of Disco #933049

Tints of Disco #933049

Color information

#933049 (or 0x933049) is unknown color: approx Disco. HEX triplet: 93, 30 and 49. RGB value is (147,48,73). Sum of RGB (Red+Green+Blue) = 147+48+73=268 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.85% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 147 - color contains mainly: red. Hex color #933049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #933049 is #6CCFB6. Grayscale: #505050. Windows color (decimal): -7131063 or 4796563. OLE color: 4796563.

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

Color convert

RGB1474873-
CMYK00.670.500.42
HSL344.85º50.77%38.24%-
HSV(B)344.85º67.35%57.65%-
XYZ14.298.87.25-
YUV80.45123.8175.47-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.85%
GREEN value IS 48 (19.14% from 255) = 17.91%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=54.85%
G=17.91%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147487300.670.500.42344.8550.7738.24
Hex933049043322A1593326
Octal22360111010362525316346
Binary10010011110000100100101000011110010101010101011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933049; }

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

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

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

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

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

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

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

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