Html Css Color HEX #7B1C59 Flirt

📋 copy color: '#7B1C59'

red 123 ◦ green 28 ◦ blue 89

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

Shades of Flirt #7B1C59

Tints of Flirt #7B1C59

RGB

 RED value IS 123 (48.44% from 255) = 51.25%

 GREEN value IS 28 (11.33% from 255) = 11.67%

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

R = 51.25%
G = 11.67%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.28

 K value IS 0.52

RGB Variations

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

Color information

#7B1C59 (or 0x7B1C59) is known color: Flirt. HEX triplet: 7B, 1C and 59. RGB value is (123,28,89). Sum of RGB (Red+Green+Blue) = 123+28+89=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C59 is #84E3A6. Grayscale: #3F3F3F. Windows color (decimal): -8709031 or 5839995. OLE color: 5839995.

HSL color Cylindrical-coordinate representation of color #7B1C59: hue angle of 321.47º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B1C59 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 28 89 -
CMYK 0 0.77 0.28 0.52
HSL 321.47º 0.63% 0.3% -
HSV(B) 321.47º 0.77% 0.48% -
XYZ 10.39 5.76 10.02 -
YUV 63.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 123 28 89 0 0.77 0.28 0.52 321.47 0.63 0.3
Hex 7B 1C 59 0 4D 1C 34 141 3F 1E
Octal 173 34 131 0 115 34 64 501 77 36
Binary 1111011 11100 1011001 0 1001101 11100 110100 101000001 111111 11110

Color Harmonies of #7B1C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C59

Black with #7B1C59

Text Example


Text Example

White with #7B1C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,28,89); }

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

background-color css

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

 a { background-color: rgb(123,28,89); }

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

border-color css

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

 span { border-color: rgb(123,28,89); }

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