Html Css Color HEX #72314D Flirt

📋 copy color: '#72314D'

red 114 ◦ green 49 ◦ blue 77

#72314D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #72314D

Tints of Flirt #72314D

RGB

 RED value IS 114 (44.92% from 255) = 47.5%

 GREEN value IS 49 (19.53% from 255) = 20.42%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 47.5%
G = 20.42%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72314D (or 0x72314D) is known color: Flirt. HEX triplet: 72, 31 and 4D. RGB value is (114,49,77). Sum of RGB (Red+Green+Blue) = 114+49+77=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72314D is #8DCEB2. Grayscale: #474747. Windows color (decimal): -9293491 or 5058930. OLE color: 5058930.

HSL color Cylindrical-coordinate representation of color #72314D: hue angle of 334.15º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72314D is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 49 77 -
CMYK 0 0.57 0.32 0.55
HSL 334.15º 0.4% 0.32% -
HSV(B) 334.15º 0.57% 0.45% -
XYZ 9.38 6.31 7.74 -
YUV 71.63 131.03 158.22 -
System Red Green Blue C M Y K H S L
Decimal 114 49 77 0 0.57 0.32 0.55 334.15 0.4 0.32
Hex 72 31 4D 0 39 20 37 14E 28 20
Octal 162 61 115 0 71 40 67 516 50 40
Binary 1110010 110001 1001101 0 111001 100000 110111 101001110 101000 100000

Color Harmonies of #72314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72314D

Black with #72314D

Text Example


Text Example

White with #72314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72314D; }

 p { color: rgb(114,49,77); }

 H1.HeaderClassName
 {
   color: #72314D;
 }
 .AnyTagClassName
 {
   color: #72314D;
 }
</style>

background-color css

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

 a { background-color: rgb(114,49,77); }

 div.DivClassName
 {
   background-color: #72314D;
 }
 .BgClassName
 {
   background-color: #72314D;
 }
</style>

border-color css

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

 span { border-color: rgb(114,49,77); }

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