Html Css Color HEX #7D294A Flirt

📋 copy color: '#7D294A'

red 125 ◦ green 41 ◦ blue 74

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

Shades of Flirt #7D294A

Tints of Flirt #7D294A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 74 (29.3% from 255) = 30.83%

R = 52.08%
G = 17.08%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.51

RGB Variations

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

Color information

#7D294A (or 0x7D294A) is known color: Flirt. HEX triplet: 7D, 29 and 4A. RGB value is (125,41,74). Sum of RGB (Red+Green+Blue) = 125+41+74=240 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.08% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 125 - color contains mainly: red. Hex color #7D294A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D294A is #82D6B5. Grayscale: #454545. Windows color (decimal): -8574646 or 4860285. OLE color: 4860285.

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

Color convert

RGB 125 41 74 -
CMYK 0 0.67 0.41 0.51
HSL 336.43º 0.51% 0.33% -
HSV(B) 336.43º 0.67% 0.49% -
XYZ 10.49 6.44 7.17 -
YUV 69.88 130.33 167.32 -
System Red Green Blue C M Y K H S L
Decimal 125 41 74 0 0.67 0.41 0.51 336.43 0.51 0.33
Hex 7D 29 4A 0 43 29 33 150 33 21
Octal 175 51 112 0 103 51 63 520 63 41
Binary 1111101 101001 1001010 0 1000011 101001 110011 101010000 110011 100001

Color Harmonies of #7D294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D294A

Black with #7D294A

Text Example


Text Example

White with #7D294A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,41,74); }

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

background-color css

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

 a { background-color: rgb(125,41,74); }

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

border-color css

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

 span { border-color: rgb(125,41,74); }

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