#742272

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

Shades of Seance #742272

Tints of Seance #742272

Color information

#742272 (or 0x742272) is unknown color: approx Seance. HEX triplet: 74, 22 and 72. RGB value is (116,34,114). Sum of RGB (Red+Green+Blue) = 116+34+114=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #742272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742272 is #8BDD8D. Grayscale: #434343. Windows color (decimal): -9166222 or 7479924. OLE color: 7479924.

HSL color Cylindrical-coordinate representation of color #742272: hue angle of 301.46º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742272 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11634114-
CMYK00.710.020.55
HSL301.46º54.67%29.41%-
HSV(B)301.46º70.69%45.49%-
XYZ10.816.0716.52-
YUV67.64154.17162.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=43.94%
G=12.88%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163411400.710.020.55301.4654.6729.41
Hex74227204723712d371d
Octal1644216201072674556735
Binary11101001000101110010010001111011011110010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742272; }

 p { color: rgb(116,34,114); }

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

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

 a { background-color: rgb(116,34,114); }

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

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

 span { border-color: rgb(116,34,114); }

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