#93354B

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

Shades of Disco #93354B

Tints of Disco #93354B

Color information

#93354B (or 0x93354B) is unknown color: approx Disco. HEX triplet: 93, 35 and 4B. RGB value is (147,53,75). Sum of RGB (Red+Green+Blue) = 147+53+75=275 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.45% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 147 - color contains mainly: red. Hex color #93354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93354B is #6CCAB4. Grayscale: #535353. Windows color (decimal): -7129781 or 4928915. OLE color: 4928915.

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

Color convert

RGB1475375-
CMYK00.640.490.42
HSL345.96º47%39.22%-
HSV(B)345.96º63.95%57.65%-
XYZ14.589.267.68-
YUV83.61123.14173.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.45%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 75 (29.69% from 255) = 27.27%
R=53.45%
G=19.27%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147537500.640.490.42345.964739.22
Hex93354B040312A15a2f27
Octal22365113010061525325747
Binary10010011110101100101101000000110001101010101011010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93354B; }

 p { color: rgb(147,53,75); }

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

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

 a { background-color: rgb(147,53,75); }

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

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

 span { border-color: rgb(147,53,75); }

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