#941441

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

Shades of Disco #941441

Tints of Disco #941441

Color information

#941441 (or 0x941441) is unknown color: approx Disco. HEX triplet: 94, 14 and 41. RGB value is (148,20,65). Sum of RGB (Red+Green+Blue) = 148+20+65=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #941441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941441 is #6BEBBE. Grayscale: #3F3F3F. Windows color (decimal): -7072703 or 4265108. OLE color: 4265108.

HSL color Cylindrical-coordinate representation of color #941441: hue angle of 338.91º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941441 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1482065-
CMYK00.860.560.42
HSL338.91º76.19%32.94%-
HSV(B)338.91º86.49%58.04%-
XYZ13.427.185.68-
YUV63.4128.91188.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.52%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=63.52%
G=8.58%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148206500.860.560.42338.9176.1932.94
Hex941441056382A1534c21
Octal224241010126705252311441
Binary10010100101001000001010101101110001010101010100111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941441; }

 p { color: rgb(148,20,65); }

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

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

 a { background-color: rgb(148,20,65); }

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

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

 span { border-color: rgb(148,20,65); }

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