Html Css Color HEX #7D314A Flirt

📋 copy color: '#7D314A'

red 125 ◦ green 49 ◦ blue 74

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

Shades of Flirt #7D314A

Tints of Flirt #7D314A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 50.4%
G = 19.76%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D314A (or 0x7D314A) is known color: Flirt. HEX triplet: 7D, 31 and 4A. RGB value is (125,49,74). Sum of RGB (Red+Green+Blue) = 125+49+74=248 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.40% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 125 - color contains mainly: red. Hex color #7D314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D314A is #82CEB5. Grayscale: #4A4A4A. Windows color (decimal): -8572598 or 4862333. OLE color: 4862333.

HSL color Cylindrical-coordinate representation of color #7D314A: hue angle of 340.26º 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 #7D314A is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 74 -
CMYK 0 0.61 0.41 0.51
HSL 340.26º 0.44% 0.34% -
HSV(B) 340.26º 0.61% 0.49% -
XYZ 10.79 7.05 7.27 -
YUV 74.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 125 49 74 0 0.61 0.41 0.51 340.26 0.44 0.34
Hex 7D 31 4A 0 3D 29 33 154 2C 22
Octal 175 61 112 0 75 51 63 524 54 42
Binary 1111101 110001 1001010 0 111101 101001 110011 101010100 101100 100010

Color Harmonies of #7D314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D314A

Black with #7D314A

Text Example


Text Example

White with #7D314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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