Html Css Color HEX #7D1F59 Flirt

📋 copy color: '#7D1F59'

red 125 ◦ green 31 ◦ blue 89

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

Shades of Flirt #7D1F59

Tints of Flirt #7D1F59

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.65%

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 51.02%
G = 12.65%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D1F59 (or 0x7D1F59) is known color: Flirt. HEX triplet: 7D, 1F and 59. RGB value is (125,31,89). Sum of RGB (Red+Green+Blue) = 125+31+89=245 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.02% from 245); Green value is 31 (12.5% from 255 or 12.65% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1F59 is #82E0A6. Grayscale: #414141. Windows color (decimal): -8577191 or 5840765. OLE color: 5840765.

HSL color Cylindrical-coordinate representation of color #7D1F59: hue angle of 322.98º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7D1F59 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 31 89 -
CMYK 0 0.75 0.29 0.51
HSL 322.98º 0.6% 0.31% -
HSV(B) 322.98º 0.75% 0.49% -
XYZ 10.75 6.06 10.05 -
YUV 65.72 141.14 170.28 -
System Red Green Blue C M Y K H S L
Decimal 125 31 89 0 0.75 0.29 0.51 322.98 0.6 0.31
Hex 7D 1F 59 0 4B 1D 33 143 3C 1F
Octal 175 37 131 0 113 35 63 503 74 37
Binary 1111101 11111 1011001 0 1001011 11101 110011 101000011 111100 11111

Color Harmonies of #7D1F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1F59

Black with #7D1F59

Text Example


Text Example

White with #7D1F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,31,89); }

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

background-color css

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

 a { background-color: rgb(125,31,89); }

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

border-color css

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

 span { border-color: rgb(125,31,89); }

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