Html Css Color HEX #7E185A Flirt

📋 copy color: '#7E185A'

red 126 ◦ green 24 ◦ blue 90

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

Shades of Flirt #7E185A

Tints of Flirt #7E185A

RGB

 RED value IS 126 (49.61% from 255) = 52.5%

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 52.5%
G = 10%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.51

RGB Variations

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

Color information

#7E185A (or 0x7E185A) is known color: Flirt. HEX triplet: 7E, 18 and 5A. RGB value is (126,24,90). Sum of RGB (Red+Green+Blue) = 126+24+90=240 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 126 - color contains mainly: red. Hex color #7E185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E185A is #81E7A5. Grayscale: #3D3D3D. Windows color (decimal): -8513446 or 5904510. OLE color: 5904510.

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

Color convert

RGB 126 24 90 -
CMYK 0 0.81 0.29 0.51
HSL 321.18º 0.68% 0.29% -
HSV(B) 321.18º 0.81% 0.49% -
XYZ 10.78 5.83 10.23 -
YUV 62.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 126 24 90 0 0.81 0.29 0.51 321.18 0.68 0.29
Hex 7E 18 5A 0 51 1D 33 141 44 1D
Octal 176 30 132 0 121 35 63 501 104 35
Binary 1111110 11000 1011010 0 1010001 11101 110011 101000001 1000100 11101

Color Harmonies of #7E185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E185A

Black with #7E185A

Text Example


Text Example

White with #7E185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,24,90); }

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

background-color css

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

 a { background-color: rgb(126,24,90); }

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

border-color css

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

 span { border-color: rgb(126,24,90); }

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