#943147

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

Shades of Disco #943147

Tints of Disco #943147

Color information

#943147 (or 0x943147) is unknown color: approx Disco. HEX triplet: 94, 31 and 47. RGB value is (148,49,71). Sum of RGB (Red+Green+Blue) = 148+49+71=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #943147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943147 is #6BCEB8. Grayscale: #515151. Windows color (decimal): -7065273 or 4665748. OLE color: 4665748.

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

Color convert

RGB1484971-
CMYK00.670.520.42
HSL346.67º50.25%38.63%-
HSV(B)346.67º66.89%58.04%-
XYZ14.458.956.93-
YUV81.11122.3175.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.22%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=55.22%
G=18.28%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148497100.670.520.42346.6750.2538.63
Hex943147043342A15b3227
Octal22461107010364525336247
Binary10010100110001100011101000011110100101010101011011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943147; }

 p { color: rgb(148,49,71); }

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

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

 a { background-color: rgb(148,49,71); }

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

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

 span { border-color: rgb(148,49,71); }

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