Html Css Color HEX #7D1D4F Flirt

📋 copy color: '#7D1D4F'

red 125 ◦ green 29 ◦ blue 79

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

Shades of Flirt #7D1D4F

Tints of Flirt #7D1D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.45%

 BLUE value IS 79 (31.25% from 255) = 33.91%

R = 53.65%
G = 12.45%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D1D4F (or 0x7D1D4F) is known color: Flirt. HEX triplet: 7D, 1D and 4F. RGB value is (125,29,79). Sum of RGB (Red+Green+Blue) = 125+29+79=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1D4F is #82E2B0. Grayscale: #3F3F3F. Windows color (decimal): -8577713 or 5184893. OLE color: 5184893.

HSL color Cylindrical-coordinate representation of color #7D1D4F: hue angle of 328.75º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D1D4F is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 29 79 -
CMYK 0 0.77 0.37 0.51
HSL 328.75º 0.62% 0.3% -
HSV(B) 328.75º 0.77% 0.49% -
XYZ 10.31 5.8 7.97 -
YUV 63.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 125 29 79 0 0.77 0.37 0.51 328.75 0.62 0.3
Hex 7D 1D 4F 0 4D 25 33 149 3E 1E
Octal 175 35 117 0 115 45 63 511 76 36
Binary 1111101 11101 1001111 0 1001101 100101 110011 101001001 111110 11110

Color Harmonies of #7D1D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D4F

Black with #7D1D4F

Text Example


Text Example

White with #7D1D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,29,79); }

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

background-color css

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

 a { background-color: rgb(125,29,79); }

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

border-color css

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

 span { border-color: rgb(125,29,79); }

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