#722847

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

Shades of Flirt #722847

Tints of Flirt #722847

Color information

#722847 (or 0x722847) is unknown color: approx Flirt. HEX triplet: 72, 28 and 47. RGB value is (114,40,71). Sum of RGB (Red+Green+Blue) = 114+40+71=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #722847 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722847 is #8DD7B8. Grayscale: #414141. Windows color (decimal): -9295801 or 4663410. OLE color: 4663410.

HSL color Cylindrical-coordinate representation of color #722847: hue angle of 334.86º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #722847 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1144071-
CMYK00.650.380.55
HSL334.86º48.05%30.2%-
HSV(B)334.86º64.91%44.71%-
XYZ8.845.556.57-
YUV65.66131.02162.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=50.67%
G=17.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114407100.650.380.55334.8648.0530.2
Hex722847041263714f301e
Octal16250107010146675176036
Binary111001010100010001110100000110011011011110100111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722847; }

 p { color: rgb(114,40,71); }

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

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

 a { background-color: rgb(114,40,71); }

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

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

 span { border-color: rgb(114,40,71); }

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