Html Css Color HEX #7D3552 Flirt

📋 copy color: '#7D3552'

red 125 ◦ green 53 ◦ blue 82

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

Shades of Flirt #7D3552

Tints of Flirt #7D3552

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

 BLUE value IS 82 (32.42% from 255) = 31.54%

R = 48.08%
G = 20.38%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D3552 (or 0x7D3552) is known color: Flirt. HEX triplet: 7D, 35 and 52. RGB value is (125,53,82). Sum of RGB (Red+Green+Blue) = 125+53+82=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 82 (32.42% from 255 or 31.54% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3552 is #82CAAD. Grayscale: #4D4D4D. Windows color (decimal): -8571566 or 5387645. OLE color: 5387645.

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

Color convert

RGB 125 53 82 -
CMYK 0 0.58 0.34 0.51
HSL 335.83º 0.4% 0.35% -
HSV(B) 335.83º 0.58% 0.49% -
XYZ 11.25 7.52 8.84 -
YUV 77.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 125 53 82 0 0.58 0.34 0.51 335.83 0.4 0.35
Hex 7D 35 52 0 3A 22 33 150 28 23
Octal 175 65 122 0 72 42 63 520 50 43
Binary 1111101 110101 1010010 0 111010 100010 110011 101010000 101000 100011

Color Harmonies of #7D3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3552

Black with #7D3552

Text Example


Text Example

White with #7D3552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,53,82); }

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

background-color css

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

 a { background-color: rgb(125,53,82); }

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

border-color css

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

 span { border-color: rgb(125,53,82); }

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