Html Css Color HEX #7D294B Flirt

📋 copy color: '#7D294B'

red 125 ◦ green 41 ◦ blue 75

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

Shades of Flirt #7D294B

Tints of Flirt #7D294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 31.12%

R = 51.87%
G = 17.01%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D294B (or 0x7D294B) is known color: Flirt. HEX triplet: 7D, 29 and 4B. RGB value is (125,41,75). Sum of RGB (Red+Green+Blue) = 125+41+75=241 (31% of max value = 765). Red value is 125 (49.22% from 255 or 51.87% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 125 - color contains mainly: red. Hex color #7D294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D294B is #82D6B4. Grayscale: #454545. Windows color (decimal): -8574645 or 4925821. OLE color: 4925821.

HSL color Cylindrical-coordinate representation of color #7D294B: hue angle of 335.71º 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 #7D294B is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 41 75 -
CMYK 0 0.67 0.40 0.51
HSL 335.71º 0.51% 0.33% -
HSV(B) 335.71º 0.67% 0.49% -
XYZ 10.52 6.45 7.35 -
YUV 69.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 125 41 75 0 0.67 0.40 0.51 335.71 0.51 0.33
Hex 7D 29 4B 0 43 28 33 150 33 21
Octal 175 51 113 0 103 50 63 520 63 41
Binary 1111101 101001 1001011 0 1000011 101000 110011 101010000 110011 100001

Color Harmonies of #7D294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D294B

Black with #7D294B

Text Example


Text Example

White with #7D294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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