Html Css Color HEX #7D2C53 Flirt

📋 copy color: '#7D2C53'

red 125 ◦ green 44 ◦ blue 83

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

Shades of Flirt #7D2C53

Tints of Flirt #7D2C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.46%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 49.6%
G = 17.46%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D2C53 (or 0x7D2C53) is known color: Flirt. HEX triplet: 7D, 2C and 53. RGB value is (125,44,83). Sum of RGB (Red+Green+Blue) = 125+44+83=252 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.60% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C53 is #82D3AC. Grayscale: #484848. Windows color (decimal): -8573869 or 5450877. OLE color: 5450877.

HSL color Cylindrical-coordinate representation of color #7D2C53: hue angle of 331.11º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D2C53 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 44 83 -
CMYK 0 0.65 0.34 0.51
HSL 331.11º 0.48% 0.33% -
HSV(B) 331.11º 0.65% 0.49% -
XYZ 10.92 6.79 8.92 -
YUV 72.67 133.84 165.33 -
System Red Green Blue C M Y K H S L
Decimal 125 44 83 0 0.65 0.34 0.51 331.11 0.48 0.33
Hex 7D 2C 53 0 41 22 33 14B 30 21
Octal 175 54 123 0 101 42 63 513 60 41
Binary 1111101 101100 1010011 0 1000001 100010 110011 101001011 110000 100001

Color Harmonies of #7D2C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2C53

Black with #7D2C53

Text Example


Text Example

White with #7D2C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,44,83); }

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

background-color css

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

 a { background-color: rgb(125,44,83); }

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

border-color css

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

 span { border-color: rgb(125,44,83); }

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