Html Css Color HEX #782553 Flirt

📋 copy color: '#782553'

red 120 ◦ green 37 ◦ blue 83

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

Shades of Flirt #782553

Tints of Flirt #782553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 83 (32.81% from 255) = 34.58%

R = 50%
G = 15.42%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#782553 (or 0x782553) is known color: Flirt. HEX triplet: 78, 25 and 53. RGB value is (120,37,83). Sum of RGB (Red+Green+Blue) = 120+37+83=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782553 is #87DAAC. Grayscale: #424242. Windows color (decimal): -8903341 or 5449080. OLE color: 5449080.

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

Color convert

RGB 120 37 83 -
CMYK 0 0.69 0.31 0.53
HSL 326.75º 0.53% 0.31% -
HSV(B) 326.75º 0.69% 0.47% -
XYZ 9.97 5.94 8.8 -
YUV 67.06 137 165.76 -
System Red Green Blue C M Y K H S L
Decimal 120 37 83 0 0.69 0.31 0.53 326.75 0.53 0.31
Hex 78 25 53 0 45 1F 35 147 35 1F
Octal 170 45 123 0 105 37 65 507 65 37
Binary 1111000 100101 1010011 0 1000101 11111 110101 101000111 110101 11111

Color Harmonies of #782553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782553

Black with #782553

Text Example


Text Example

White with #782553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782553; }

 p { color: rgb(120,37,83); }

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

background-color css

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

 a { background-color: rgb(120,37,83); }

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

border-color css

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

 span { border-color: rgb(120,37,83); }

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