#74374B

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

Shades of Flirt #74374B

Tints of Flirt #74374B

Color information

#74374B (or 0x74374B) is unknown color: approx Flirt. HEX triplet: 74, 37 and 4B. RGB value is (116,55,75). Sum of RGB (Red+Green+Blue) = 116+55+75=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #74374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74374B is #8BC8B4. Grayscale: #4B4B4B. Windows color (decimal): -9160885 or 4929396. OLE color: 4929396.

HSL color Cylindrical-coordinate representation of color #74374B: hue angle of 340.33º 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 #74374B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1165575-
CMYK00.530.350.55
HSL340.33º35.67%33.53%-
HSV(B)340.33º52.59%45.49%-
XYZ9.846.957.48-
YUV75.52127.71156.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=47.15%
G=22.36%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116557500.530.350.55340.3335.6733.53
Hex74374B03523371542422
Octal1646711306543675244442
Binary111010011011110010110110101100011110111101010100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74374B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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