#783248

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

Shades of Flirt #783248

Tints of Flirt #783248

Color information

#783248 (or 0x783248) is unknown color: approx Flirt. HEX triplet: 78, 32 and 48. RGB value is (120,50,72). Sum of RGB (Red+Green+Blue) = 120+50+72=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #783248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783248 is #87CDB7. Grayscale: #494949. Windows color (decimal): -8900024 or 4731512. OLE color: 4731512.

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

Color convert

RGB1205072-
CMYK00.580.400.53
HSL341.14º41.18%33.33%-
HSV(B)341.14º58.33%47.06%-
XYZ10.066.746.9-
YUV73.44127.19161.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.59%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=49.59%
G=20.66%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120507200.580.400.53341.1441.1833.33
Hex78324803A28351552921
Octal1706211007250655255141
Binary111100011001010010000111010101000110101101010101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783248; }

 p { color: rgb(120,50,72); }

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

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

 a { background-color: rgb(120,50,72); }

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

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

 span { border-color: rgb(120,50,72); }

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