#782B42

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

Shades of Flirt #782B42

Tints of Flirt #782B42

Color information

#782B42 (or 0x782B42) is unknown color: approx Flirt. HEX triplet: 78, 2B and 42. RGB value is (120,43,66). Sum of RGB (Red+Green+Blue) = 120+43+66=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #782B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B42 is #87D4BD. Grayscale: #444444. Windows color (decimal): -8901822 or 4336504. OLE color: 4336504.

HSL color Cylindrical-coordinate representation of color #782B42: hue angle of 342.08º 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 #782B42 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1204366-
CMYK00.640.450.53
HSL342.08º47.24%31.96%-
HSV(B)342.08º64.17%47.06%-
XYZ9.596.115.83-
YUV68.64126.51164.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=52.40%
G=18.78%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120436600.640.450.53342.0847.2431.96
Hex782B420402D351562f20
Octal17053102010055655265740
Binary1111000101011100001001000000101101110101101010110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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