Html Css Color HEX #7E2C53 Flirt

📋 copy color: '#7E2C53'

red 126 ◦ green 44 ◦ blue 83

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

Shades of Flirt #7E2C53

Tints of Flirt #7E2C53

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.39%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 49.8%
G = 17.39%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7E2C53 (or 0x7E2C53) is known color: Flirt. HEX triplet: 7E, 2C and 53. RGB value is (126,44,83). Sum of RGB (Red+Green+Blue) = 126+44+83=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C53 is #81D3AC. Grayscale: #484848. Windows color (decimal): -8508333 or 5450878. OLE color: 5450878.

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

Color convert

RGB 126 44 83 -
CMYK 0 0.65 0.34 0.51
HSL 331.46º 0.48% 0.33% -
HSV(B) 331.46º 0.65% 0.49% -
XYZ 11.07 6.86 8.92 -
YUV 72.96 133.67 165.83 -
System Red Green Blue C M Y K H S L
Decimal 126 44 83 0 0.65 0.34 0.51 331.46 0.48 0.33
Hex 7E 2C 53 0 41 22 33 14B 30 21
Octal 176 54 123 0 101 42 63 513 60 41
Binary 1111110 101100 1010011 0 1000001 100010 110011 101001011 110000 100001

Color Harmonies of #7E2C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2C53

Black with #7E2C53

Text Example


Text Example

White with #7E2C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,44,83); }

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

background-color css

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

 a { background-color: rgb(126,44,83); }

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

border-color css

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

 span { border-color: rgb(126,44,83); }

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