#942742

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

Shades of Disco #942742

Tints of Disco #942742

Color information

#942742 (or 0x942742) is unknown color: approx Disco. HEX triplet: 94, 27 and 42. RGB value is (148,39,66). Sum of RGB (Red+Green+Blue) = 148+39+66=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #942742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942742 is #6BD8BD. Grayscale: #4A4A4A. Windows color (decimal): -7067838 or 4335508. OLE color: 4335508.

HSL color Cylindrical-coordinate representation of color #942742: hue angle of 345.14º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #942742 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB1483966-
CMYK00.740.550.42
HSL345.14º58.29%36.67%-
HSV(B)345.14º73.65%58.04%-
XYZ13.928.145.99-
YUV74.67123.11180.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.50%
GREEN value IS 39 (15.62% from 255) = 15.42%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=58.50%
G=15.42%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148396600.740.550.42345.1458.2936.67
Hex94274204A372A1593a25
Octal22447102011267525317245
Binary10010100100111100001001001010110111101010101011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942742; }

 p { color: rgb(148,39,66); }

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

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

 a { background-color: rgb(148,39,66); }

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

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

 span { border-color: rgb(148,39,66); }

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