Html Css Color HEX #7D1959 Flirt

📋 copy color: '#7D1959'

red 125 ◦ green 25 ◦ blue 89

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

Shades of Flirt #7D1959

Tints of Flirt #7D1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.46%

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

R = 52.3%
G = 10.46%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7D1959 (or 0x7D1959) is known color: Flirt. HEX triplet: 7D, 19 and 59. RGB value is (125,25,89). Sum of RGB (Red+Green+Blue) = 125+25+89=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1959 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1959 is #82E6A6. Grayscale: #3E3E3E. Windows color (decimal): -8578727 or 5839229. OLE color: 5839229.

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

Color convert

RGB 125 25 89 -
CMYK 0 0.8 0.29 0.51
HSL 321.6º 0.67% 0.29% -
HSV(B) 321.6º 0.8% 0.49% -
XYZ 10.61 5.78 10.01 -
YUV 62.2 143.13 172.8 -
System Red Green Blue C M Y K H S L
Decimal 125 25 89 0 0.8 0.29 0.51 321.6 0.67 0.29
Hex 7D 19 59 0 50 1D 33 142 43 1D
Octal 175 31 131 0 120 35 63 502 103 35
Binary 1111101 11001 1011001 0 1010000 11101 110011 101000010 1000011 11101

Color Harmonies of #7D1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1959

Black with #7D1959

Text Example


Text Example

White with #7D1959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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