#74334B

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

Shades of Flirt #74334B

Tints of Flirt #74334B

Color information

#74334B (or 0x74334B) is unknown color: approx Flirt. HEX triplet: 74, 33 and 4B. RGB value is (116,51,75). Sum of RGB (Red+Green+Blue) = 116+51+75=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74334B is #8BCCB4. Grayscale: #494949. Windows color (decimal): -9161909 or 4928372. OLE color: 4928372.

HSL color Cylindrical-coordinate representation of color #74334B: hue angle of 337.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74334B is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1165175-
CMYK00.560.350.55
HSL337.85º38.92%32.75%-
HSV(B)337.85º56.03%45.49%-
XYZ9.666.597.42-
YUV73.17129.03158.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 51 (20.31% from 255) = 21.07%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=47.93%
G=21.07%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116517500.560.350.55337.8538.9232.75
Hex74334B03823371522721
Octal1646311307043675224741
Binary111010011001110010110111000100011110111101010010100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74334B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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