#773350

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

Shades of Flirt #773350

Tints of Flirt #773350

Color information

#773350 (or 0x773350) is unknown color: approx Flirt. HEX triplet: 77, 33 and 50. RGB value is (119,51,80). Sum of RGB (Red+Green+Blue) = 119+51+80=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773350 is #88CCAF. Grayscale: #4A4A4A. Windows color (decimal): -8965296 or 5256055. OLE color: 5256055.

HSL color Cylindrical-coordinate representation of color #773350: hue angle of 334.41º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773350 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1195180-
CMYK00.570.330.53
HSL334.41º40%33.33%-
HSV(B)334.41º57.14%46.67%-
XYZ10.246.878.38-
YUV74.64131.03159.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 80 (31.64% from 255) = 32%
R=47.6%
G=20.4%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119518000.570.330.53334.414033.33
Hex773350039213514e2821
Octal1676312007141655165041
Binary111011111001110100000111001100001110101101001110101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773350; }

 p { color: rgb(119,51,80); }

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

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

 a { background-color: rgb(119,51,80); }

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

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

 span { border-color: rgb(119,51,80); }

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