#74264D

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

Shades of Flirt #74264D

Tints of Flirt #74264D

Color information

#74264D (or 0x74264D) is unknown color: approx Flirt. HEX triplet: 74, 26 and 4D. RGB value is (116,38,77). Sum of RGB (Red+Green+Blue) = 116+38+77=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74264D is #8BD9B2. Grayscale: #414141. Windows color (decimal): -9165235 or 5056116. OLE color: 5056116.

HSL color Cylindrical-coordinate representation of color #74264D: hue angle of 330º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74264D is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1163877-
CMYK00.670.340.55
HSL330º50.65%30.2%-
HSV(B)330º67.24%45.49%-
XYZ9.245.647.62-
YUV65.77134.34163.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.22%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=50.22%
G=16.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116387700.670.340.5533050.6530.2
Hex74264D043223714a331e
Octal16446115010342675126336
Binary111010010011010011010100001110001011011110100101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74264D; }

 p { color: rgb(116,38,77); }

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

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

 a { background-color: rgb(116,38,77); }

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

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

 span { border-color: rgb(116,38,77); }

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