#93173F

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

Shades of Disco #93173F

Tints of Disco #93173F

Color information

#93173F (or 0x93173F) is unknown color: approx Disco. HEX triplet: 93, 17 and 3F. RGB value is (147,23,63). Sum of RGB (Red+Green+Blue) = 147+23+63=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #93173F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93173F is #6CE8C0. Grayscale: #404040. Windows color (decimal): -7137473 or 4134803. OLE color: 4134803.

HSL color Cylindrical-coordinate representation of color #93173F: hue angle of 340.65º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93173F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1472363-
CMYK00.840.570.42
HSL340.65º72.94%33.33%-
HSV(B)340.65º84.35%57.65%-
XYZ13.247.175.39-
YUV64.64127.08186.75-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 63.09%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 63 (25% from 255) = 27.04%
R=63.09%
G=9.87%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147236300.840.570.42340.6572.9433.33
Hex93173F054392A1554921
Octal22327770124715252511141
Binary1001001110111111111010101001110011010101010101011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93173F; }

 p { color: rgb(147,23,63); }

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

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

 a { background-color: rgb(147,23,63); }

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

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

 span { border-color: rgb(147,23,63); }

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