#782B41

Color #782B41 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #782B41

Tints of Flirt #782B41

Color information

#782B41 (or 0x782B41) is unknown color: approx Flirt. HEX triplet: 78, 2B and 41. RGB value is (120,43,65). Sum of RGB (Red+Green+Blue) = 120+43+65=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #782B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B41 is #87D4BE. Grayscale: #444444. Windows color (decimal): -8901823 or 4270968. OLE color: 4270968.

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

Color convert

RGB1204365-
CMYK00.640.460.53
HSL342.86º47.24%31.96%-
HSV(B)342.86º64.17%47.06%-
XYZ9.566.15.67-
YUV68.53126.01164.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 43 (17.19% from 255) = 18.86%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=52.63%
G=18.86%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120436500.640.460.53342.8647.2431.96
Hex782B410402E351572f20
Octal17053101010056655275740
Binary1111000101011100000101000000101110110101101010111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782B41; }

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

 H1.HeaderClassName
 {
   color: #782B41;
 }
 .AnyTagClassName
 {
   color: #782B41;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #782B41;
 }
 .BgClassName
 {
   background-color: #782B41;
 }
</style>
border-color css

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

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

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