Html Css Color HEX #7D265D Flirt

📋 copy color: '#7D265D'

red 125 ◦ green 38 ◦ blue 93

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

Shades of Flirt #7D265D

Tints of Flirt #7D265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 48.83%
G = 14.84%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D265D (or 0x7D265D) is known color: Flirt. HEX triplet: 7D, 26 and 5D. RGB value is (125,38,93). Sum of RGB (Red+Green+Blue) = 125+38+93=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D265D is #82D9A2. Grayscale: #464646. Windows color (decimal): -8575395 or 6104701. OLE color: 6104701.

HSL color Cylindrical-coordinate representation of color #7D265D: hue angle of 322.07º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D265D is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 38 93 -
CMYK 0 0.70 0.26 0.51
HSL 322.07º 0.53% 0.32% -
HSV(B) 322.07º 0.7% 0.49% -
XYZ 11.13 6.54 11.03 -
YUV 70.28 140.82 167.03 -
System Red Green Blue C M Y K H S L
Decimal 125 38 93 0 0.70 0.26 0.51 322.07 0.53 0.32
Hex 7D 26 5D 0 46 1A 33 142 35 20
Octal 175 46 135 0 106 32 63 502 65 40
Binary 1111101 100110 1011101 0 1000110 11010 110011 101000010 110101 100000

Color Harmonies of #7D265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D265D

Black with #7D265D

Text Example


Text Example

White with #7D265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,38,93); }

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

background-color css

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

 a { background-color: rgb(125,38,93); }

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

border-color css

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

 span { border-color: rgb(125,38,93); }

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