Html Css Color HEX #7D2049 Flirt

📋 copy color: '#7D2049'

red 125 ◦ green 32 ◦ blue 73

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

Shades of Flirt #7D2049

Tints of Flirt #7D2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.91%

 BLUE value IS 73 (28.91% from 255) = 31.74%

R = 54.35%
G = 13.91%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.51

RGB Variations

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

Color information

#7D2049 (or 0x7D2049) is known color: Flirt. HEX triplet: 7D, 20 and 49. RGB value is (125,32,73). Sum of RGB (Red+Green+Blue) = 125+32+73=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2049 is #82DFB6. Grayscale: #404040. Windows color (decimal): -8576951 or 4792445. OLE color: 4792445.

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

Color convert

RGB 125 32 73 -
CMYK 0 0.74 0.42 0.51
HSL 333.55º 0.59% 0.31% -
HSV(B) 333.55º 0.74% 0.49% -
XYZ 10.18 5.87 6.9 -
YUV 64.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 125 32 73 0 0.74 0.42 0.51 333.55 0.59 0.31
Hex 7D 20 49 0 4A 2A 33 14E 3B 1F
Octal 175 40 111 0 112 52 63 516 73 37
Binary 1111101 100000 1001001 0 1001010 101010 110011 101001110 111011 11111

Color Harmonies of #7D2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2049

Black with #7D2049

Text Example


Text Example

White with #7D2049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,32,73); }

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

background-color css

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

 a { background-color: rgb(125,32,73); }

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

border-color css

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

 span { border-color: rgb(125,32,73); }

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