#782B4B

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

Shades of Flirt #782B4B

Tints of Flirt #782B4B

Color information

#782B4B (or 0x782B4B) is unknown color: approx Flirt. HEX triplet: 78, 2B and 4B. RGB value is (120,43,75). Sum of RGB (Red+Green+Blue) = 120+43+75=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #782B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B4B is #87D4B4. Grayscale: #454545. Windows color (decimal): -8901813 or 4926328. OLE color: 4926328.

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

Color convert

RGB1204375-
CMYK00.640.370.53
HSL335.06º47.24%31.96%-
HSV(B)335.06º64.17%47.06%-
XYZ9.886.237.34-
YUV69.67131.01163.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 75 (29.69% from 255) = 31.51%
R=50.42%
G=18.07%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120437500.640.370.53335.0647.2431.96
Hex782B4B040253514f2f20
Octal17053113010045655175740
Binary1111000101011100101101000000100101110101101001111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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