Html Css Color HEX #783552 Flirt

📋 copy color: '#783552'

red 120 ◦ green 53 ◦ blue 82

#783552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #783552

Tints of Flirt #783552

RGB

 RED value IS 120 (47.27% from 255) = 47.06%

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 82 (32.42% from 255) = 32.16%

R = 47.06%
G = 20.78%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#783552 (or 0x783552) is known color: Flirt. HEX triplet: 78, 35 and 52. RGB value is (120,53,82). Sum of RGB (Red+Green+Blue) = 120+53+82=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #783552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783552 is #87CAAD. Grayscale: #4C4C4C. Windows color (decimal): -8899246 or 5387640. OLE color: 5387640.

HSL color Cylindrical-coordinate representation of color #783552: hue angle of 334.03º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783552 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 53 82 -
CMYK 0 0.56 0.32 0.53
HSL 334.03º 0.39% 0.34% -
HSV(B) 334.03º 0.56% 0.47% -
XYZ 10.54 7.15 8.81 -
YUV 76.34 131.2 159.14 -
System Red Green Blue C M Y K H S L
Decimal 120 53 82 0 0.56 0.32 0.53 334.03 0.39 0.34
Hex 78 35 52 0 38 20 35 14E 27 22
Octal 170 65 122 0 70 40 65 516 47 42
Binary 1111000 110101 1010010 0 111000 100000 110101 101001110 100111 100010

Color Harmonies of #783552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783552

Black with #783552

Text Example


Text Example

White with #783552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783552; }

 p { color: rgb(120,53,82); }

 H1.HeaderClassName
 {
   color: #783552;
 }
 .AnyTagClassName
 {
   color: #783552;
 }
</style>

background-color css

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

 a { background-color: rgb(120,53,82); }

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

border-color css

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

 span { border-color: rgb(120,53,82); }

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