#742948

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

Shades of Flirt #742948

Tints of Flirt #742948

Color information

#742948 (or 0x742948) is unknown color: approx Flirt. HEX triplet: 74, 29 and 48. RGB value is (116,41,72). Sum of RGB (Red+Green+Blue) = 116+41+72=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #742948 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #742948 is #8BD6B7. Grayscale: #424242. Windows color (decimal): -9164472 or 4729204. OLE color: 4729204.

HSL color Cylindrical-coordinate representation of color #742948: hue angle of 335.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742948 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1164172-
CMYK00.650.380.55
HSL335.2º47.77%30.78%-
HSV(B)335.2º64.66%45.49%-
XYZ9.175.776.76-
YUV66.96130.85162.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.66%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=50.66%
G=17.90%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116417200.650.380.55335.247.7730.78
Hex742948041263714f301f
Octal16451110010146675176037
Binary111010010100110010000100000110011011011110100111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742948; }

 p { color: rgb(116,41,72); }

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

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

 a { background-color: rgb(116,41,72); }

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

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

 span { border-color: rgb(116,41,72); }

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