Html Css Color HEX #782841 Flirt

📋 copy color: '#782841'

red 120 ◦ green 40 ◦ blue 65

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

Shades of Flirt #782841

Tints of Flirt #782841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 53.33%
G = 17.78%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#782841 (or 0x782841) is known color: Flirt. HEX triplet: 78, 28 and 41. RGB value is (120,40,65). Sum of RGB (Red+Green+Blue) = 120+40+65=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #782841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782841 is #87D7BE. Grayscale: #424242. Windows color (decimal): -8902591 or 4270200. OLE color: 4270200.

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

Color convert

RGB 120 40 65 -
CMYK 0 0.67 0.46 0.53
HSL 341.25º 0.5% 0.31% -
HSV(B) 341.25º 0.67% 0.47% -
XYZ 9.46 5.89 5.64 -
YUV 66.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 120 40 65 0 0.67 0.46 0.53 341.25 0.5 0.31
Hex 78 28 41 0 43 2E 35 155 32 1F
Octal 170 50 101 0 103 56 65 525 62 37
Binary 1111000 101000 1000001 0 1000011 101110 110101 101010101 110010 11111

Color Harmonies of #782841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #782841

Black with #782841

Text Example


Text Example

White with #782841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #782841; }

 p { color: rgb(120,40,65); }

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

background-color css

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

 a { background-color: rgb(120,40,65); }

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

border-color css

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

 span { border-color: rgb(120,40,65); }

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