Html Css Color HEX #7D3659 Flirt

📋 copy color: '#7D3659'

red 125 ◦ green 54 ◦ blue 89

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

Shades of Flirt #7D3659

Tints of Flirt #7D3659

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

 BLUE value IS 89 (35.16% from 255) = 33.21%

R = 46.64%
G = 20.15%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D3659 (or 0x7D3659) is known color: Flirt. HEX triplet: 7D, 36 and 59. RGB value is (125,54,89). Sum of RGB (Red+Green+Blue) = 125+54+89=268 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.64% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3659 is #82C9A6. Grayscale: #4F4F4F. Windows color (decimal): -8571303 or 5846653. OLE color: 5846653.

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

Color convert

RGB 125 54 89 -
CMYK 0 0.57 0.29 0.51
HSL 330.42º 0.4% 0.35% -
HSV(B) 330.42º 0.57% 0.49% -
XYZ 11.58 7.72 10.33 -
YUV 79.22 133.52 160.65 -
System Red Green Blue C M Y K H S L
Decimal 125 54 89 0 0.57 0.29 0.51 330.42 0.4 0.35
Hex 7D 36 59 0 39 1D 33 14A 28 23
Octal 175 66 131 0 71 35 63 512 50 43
Binary 1111101 110110 1011001 0 111001 11101 110011 101001010 101000 100011

Color Harmonies of #7D3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3659

Black with #7D3659

Text Example


Text Example

White with #7D3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,54,89); }

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

background-color css

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

 a { background-color: rgb(125,54,89); }

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

border-color css

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

 span { border-color: rgb(125,54,89); }

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