Html Css Color HEX #7D1B4F Flirt

📋 copy color: '#7D1B4F'

red 125 ◦ green 27 ◦ blue 79

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

Shades of Flirt #7D1B4F

Tints of Flirt #7D1B4F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.69%

 BLUE value IS 79 (31.25% from 255) = 34.2%

R = 54.11%
G = 11.69%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.51

RGB Variations

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

Color information

#7D1B4F (or 0x7D1B4F) is known color: Flirt. HEX triplet: 7D, 1B and 4F. RGB value is (125,27,79). Sum of RGB (Red+Green+Blue) = 125+27+79=231 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.11% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D1B4F is #82E4B0. Grayscale: #3E3E3E. Windows color (decimal): -8578225 or 5184381. OLE color: 5184381.

HSL color Cylindrical-coordinate representation of color #7D1B4F: hue angle of 328.16º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1B4F is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 27 79 -
CMYK 0 0.78 0.37 0.51
HSL 328.16º 0.64% 0.3% -
HSV(B) 328.16º 0.78% 0.49% -
XYZ 10.26 5.71 7.96 -
YUV 62.23 137.47 172.77 -
System Red Green Blue C M Y K H S L
Decimal 125 27 79 0 0.78 0.37 0.51 328.16 0.64 0.3
Hex 7D 1B 4F 0 4E 25 33 148 40 1E
Octal 175 33 117 0 116 45 63 510 100 36
Binary 1111101 11011 1001111 0 1001110 100101 110011 101001000 1000000 11110

Color Harmonies of #7D1B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1B4F

Black with #7D1B4F

Text Example


Text Example

White with #7D1B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,27,79); }

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

background-color css

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

 a { background-color: rgb(125,27,79); }

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

border-color css

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

 span { border-color: rgb(125,27,79); }

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