#702B4C

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

Shades of Flirt #702B4C

Tints of Flirt #702B4C

Color information

#702B4C (or 0x702B4C) is unknown color: approx Flirt. HEX triplet: 70, 2B and 4C. RGB value is (112,43,76). Sum of RGB (Red+Green+Blue) = 112+43+76=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 43 (17.19% from 255 or 18.61% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #702B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702B4C is #8FD4B3. Grayscale: #434343. Windows color (decimal): -9426100 or 4991856. OLE color: 4991856.

HSL color Cylindrical-coordinate representation of color #702B4C: hue angle of 331.3º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702B4C is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB1124376-
CMYK00.620.320.56
HSL331.3º44.52%30.39%-
HSV(B)331.3º61.61%43.92%-
XYZ8.855.697.47-
YUV67.39132.86159.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 43 (17.19% from 255) = 18.61%
BLUE value IS 76 (30.08% from 255) = 32.90%
R=48.48%
G=18.61%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112437600.620.320.56331.344.5230.39
Hex702B4C03E203814b2d1e
Octal1605311407640705135536
Binary11100001010111001100011111010000011100010100101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702B4C; }

 p { color: rgb(112,43,76); }

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

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

 a { background-color: rgb(112,43,76); }

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

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

 span { border-color: rgb(112,43,76); }

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