Html Css Color HEX #783253 Flirt

📋 copy color: '#783253'

red 120 ◦ green 50 ◦ blue 83

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

Shades of Flirt #783253

Tints of Flirt #783253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 47.43%
G = 19.76%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#783253 (or 0x783253) is known color: Flirt. HEX triplet: 78, 32 and 53. RGB value is (120,50,83). Sum of RGB (Red+Green+Blue) = 120+50+83=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #783253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783253 is #87CDAC. Grayscale: #4A4A4A. Windows color (decimal): -8900013 or 5452408. OLE color: 5452408.

HSL color Cylindrical-coordinate representation of color #783253: hue angle of 331.71º 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 #783253 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 50 83 -
CMYK 0 0.58 0.31 0.53
HSL 331.71º 0.41% 0.33% -
HSV(B) 331.71º 0.58% 0.47% -
XYZ 10.45 6.9 8.96 -
YUV 74.69 132.69 160.32 -
System Red Green Blue C M Y K H S L
Decimal 120 50 83 0 0.58 0.31 0.53 331.71 0.41 0.33
Hex 78 32 53 0 3A 1F 35 14C 29 21
Octal 170 62 123 0 72 37 65 514 51 41
Binary 1111000 110010 1010011 0 111010 11111 110101 101001100 101001 100001

Color Harmonies of #783253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783253

Black with #783253

Text Example


Text Example

White with #783253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783253; }

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

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

background-color css

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

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

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

border-color css

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

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

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