Html Css Color HEX #7D325D Flirt

📋 copy color: '#7D325D'

red 125 ◦ green 50 ◦ blue 93

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

Shades of Flirt #7D325D

Tints of Flirt #7D325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 46.64%
G = 18.66%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D325D (or 0x7D325D) is known color: Flirt. HEX triplet: 7D, 32 and 5D. RGB value is (125,50,93). Sum of RGB (Red+Green+Blue) = 125+50+93=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D325D is #82CDA2. Grayscale: #4D4D4D. Windows color (decimal): -8572323 or 6107773. OLE color: 6107773.

HSL color Cylindrical-coordinate representation of color #7D325D: hue angle of 325.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D325D is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 93 -
CMYK 0 0.60 0.26 0.51
HSL 325.6º 0.43% 0.34% -
HSV(B) 325.6º 0.6% 0.49% -
XYZ 11.57 7.43 11.18 -
YUV 77.33 136.85 162 -
System Red Green Blue C M Y K H S L
Decimal 125 50 93 0 0.60 0.26 0.51 325.6 0.43 0.34
Hex 7D 32 5D 0 3C 1A 33 146 2B 22
Octal 175 62 135 0 74 32 63 506 53 42
Binary 1111101 110010 1011101 0 111100 11010 110011 101000110 101011 100010

Color Harmonies of #7D325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D325D

Black with #7D325D

Text Example


Text Example

White with #7D325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,50,93); }

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

background-color css

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

 a { background-color: rgb(125,50,93); }

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

border-color css

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

 span { border-color: rgb(125,50,93); }

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