#7D1D45

Color #7D1D45 Flirt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flirt #7D1D45

Tints of Flirt #7D1D45

Color information

#7D1D45 (or 0x7D1D45) is unknown color: approx Flirt. HEX triplet: 7D, 1D and 45. RGB value is (125,29,69). Sum of RGB (Red+Green+Blue) = 125+29+69=223 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.05% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 69 (27.34% from 255 or 30.94% from 223); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1D45 is #82E2BA. Grayscale: #3E3E3E. Windows color (decimal): -8577723 or 4529533. OLE color: 4529533.

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

Color convert

RGB1252969-
CMYK00.770.450.51
HSL335º62.34%30.2%-
HSV(B)335º76.8%49.02%-
XYZ9.975.676.2-
YUV62.26131.8172.75-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 56.05%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 69 (27.34% from 255) = 30.94%
R=56.05%
G=13.00%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125296900.770.450.5133562.3430.2
Hex7D1D4504D2D3314f3e1e
Octal17535105011555635177636
Binary11111011110110001010100110110110111001110100111111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,29,69); }

 H1.HeaderClassName
 {
   color: #7D1D45;
 }
 .AnyTagClassName
 {
   color: #7D1D45;
 }
</style>
background-color css

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

 a { background-color: rgb(125,29,69); }

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

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

 span { border-color: rgb(125,29,69); }

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