Html Css Color HEX #7D314D Flirt

📋 copy color: '#7D314D'

red 125 ◦ green 49 ◦ blue 77

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

Shades of Flirt #7D314D

Tints of Flirt #7D314D

RGB

 RED value IS 125 (49.22% from 255) = 49.8%

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

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

R = 49.8%
G = 19.52%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.51

RGB Variations

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

Color information

#7D314D (or 0x7D314D) is known color: Flirt. HEX triplet: 7D, 31 and 4D. RGB value is (125,49,77). Sum of RGB (Red+Green+Blue) = 125+49+77=251 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.80% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 125 - color contains mainly: red. Hex color #7D314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D314D is #82CEB2. Grayscale: #4A4A4A. Windows color (decimal): -8572595 or 5058941. OLE color: 5058941.

HSL color Cylindrical-coordinate representation of color #7D314D: hue angle of 337.89º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D314D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 77 -
CMYK 0 0.61 0.38 0.51
HSL 337.89º 0.44% 0.34% -
HSV(B) 337.89º 0.61% 0.49% -
XYZ 10.9 7.09 7.82 -
YUV 74.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 125 49 77 0 0.61 0.38 0.51 337.89 0.44 0.34
Hex 7D 31 4D 0 3D 26 33 152 2C 22
Octal 175 61 115 0 75 46 63 522 54 42
Binary 1111101 110001 1001101 0 111101 100110 110011 101010010 101100 100010

Color Harmonies of #7D314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D314D

Black with #7D314D

Text Example


Text Example

White with #7D314D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D314D; }

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

 H1.HeaderClassName
 {
   color: #7D314D;
 }
 .AnyTagClassName
 {
   color: #7D314D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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