#93324A

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

Shades of Disco #93324A

Tints of Disco #93324A

Color information

#93324A (or 0x93324A) is unknown color: approx Disco. HEX triplet: 93, 32 and 4A. RGB value is (147,50,74). Sum of RGB (Red+Green+Blue) = 147+50+74=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93324A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93324A is #6CCDB5. Grayscale: #515151. Windows color (decimal): -7130550 or 4862611. OLE color: 4862611.

HSL color Cylindrical-coordinate representation of color #93324A: hue angle of 345.15º 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 #93324A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1475074-
CMYK00.660.500.42
HSL345.15º49.24%38.63%-
HSV(B)345.15º65.99%57.65%-
XYZ14.418.987.45-
YUV81.74123.64174.55-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=54.24%
G=18.45%
B=27.31%

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
Decimal147507400.660.500.42345.1549.2438.63
Hex93324A042322A1593127
Octal22362112010262525316147
Binary10010011110010100101001000010110010101010101011001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93324A; }

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

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

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

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

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

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

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

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