Html Css Color HEX #783153 Flirt

📋 copy color: '#783153'

red 120 ◦ green 49 ◦ blue 83

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

Shades of Flirt #783153

Tints of Flirt #783153

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

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

R = 47.62%
G = 19.44%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#783153 (or 0x783153) is known color: Flirt. HEX triplet: 78, 31 and 53. RGB value is (120,49,83). Sum of RGB (Red+Green+Blue) = 120+49+83=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #783153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783153 is #87CEAC. Grayscale: #4A4A4A. Windows color (decimal): -8900269 or 5452152. OLE color: 5452152.

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

Color convert

RGB 120 49 83 -
CMYK 0 0.59 0.31 0.53
HSL 331.27º 0.42% 0.33% -
HSV(B) 331.27º 0.59% 0.47% -
XYZ 10.41 6.81 8.95 -
YUV 74.11 133.02 160.74 -
System Red Green Blue C M Y K H S L
Decimal 120 49 83 0 0.59 0.31 0.53 331.27 0.42 0.33
Hex 78 31 53 0 3B 1F 35 14B 2A 21
Octal 170 61 123 0 73 37 65 513 52 41
Binary 1111000 110001 1010011 0 111011 11111 110101 101001011 101010 100001

Color Harmonies of #783153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783153

Black with #783153

Text Example


Text Example

White with #783153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783153; }

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

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

background-color css

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

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

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

border-color css

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

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

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