#74375B

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

Shades of Flirt #74375B

Tints of Flirt #74375B

Color information

#74375B (or 0x74375B) is unknown color: approx Flirt. HEX triplet: 74, 37 and 5B. RGB value is (116,55,91). Sum of RGB (Red+Green+Blue) = 116+55+91=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74375B is #8BC8A4. Grayscale: #4D4D4D. Windows color (decimal): -9160869 or 5977972. OLE color: 5977972.

HSL color Cylindrical-coordinate representation of color #74375B: hue angle of 324.59º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74375B is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1165591-
CMYK00.530.220.55
HSL324.59º35.67%33.53%-
HSV(B)324.59º52.59%45.49%-
XYZ10.467.210.74-
YUV77.34135.71155.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=44.27%
G=20.99%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116559100.530.220.55324.5935.6733.53
Hex74375B03516371452422
Octal1646713306526675054442
Binary11101001101111011011011010110110110111101000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74375B; }

 p { color: rgb(116,55,91); }

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

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

 a { background-color: rgb(116,55,91); }

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

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

 span { border-color: rgb(116,55,91); }

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