Html Css Color HEX #783258 Flirt

📋 copy color: '#783258'

red 120 ◦ green 50 ◦ blue 88

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

Shades of Flirt #783258

Tints of Flirt #783258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.11%

R = 46.51%
G = 19.38%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#783258 (or 0x783258) is known color: Flirt. HEX triplet: 78, 32 and 58. RGB value is (120,50,88). Sum of RGB (Red+Green+Blue) = 120+50+88=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 120 - color contains mainly: red. Hex color #783258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783258 is #87CDA7. Grayscale: #4B4B4B. Windows color (decimal): -8900008 or 5780088. OLE color: 5780088.

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

Color convert

RGB 120 50 88 -
CMYK 0 0.58 0.27 0.53
HSL 327.43º 0.41% 0.33% -
HSV(B) 327.43º 0.58% 0.47% -
XYZ 10.65 6.98 10.02 -
YUV 75.26 135.19 159.91 -
System Red Green Blue C M Y K H S L
Decimal 120 50 88 0 0.58 0.27 0.53 327.43 0.41 0.33
Hex 78 32 58 0 3A 1B 35 147 29 21
Octal 170 62 130 0 72 33 65 507 51 41
Binary 1111000 110010 1011000 0 111010 11011 110101 101000111 101001 100001

Color Harmonies of #783258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #783258

Black with #783258

Text Example


Text Example

White with #783258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #783258; }

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

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

background-color css

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

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

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

border-color css

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

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

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