Html Css Color HEX #7D2341 Flirt

📋 copy color: '#7D2341'

red 125 ◦ green 35 ◦ blue 65

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

Shades of Flirt #7D2341

Tints of Flirt #7D2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 55.56%
G = 15.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7D2341 (or 0x7D2341) is known color: Flirt. HEX triplet: 7D, 23 and 41. RGB value is (125,35,65). Sum of RGB (Red+Green+Blue) = 125+35+65=225 (29% of max value = 765). Red value is 125 (49.22% from 255 or 55.56% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2341 is #82DCBE. Grayscale: #414141. Windows color (decimal): -8576191 or 4268925. OLE color: 4268925.

HSL color Cylindrical-coordinate representation of color #7D2341: hue angle of 340º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7D2341 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 35 65 -
CMYK 0 0.72 0.48 0.51
HSL 340º 0.56% 0.31% -
HSV(B) 340º 0.72% 0.49% -
XYZ 10.01 5.94 5.62 -
YUV 65.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 125 35 65 0 0.72 0.48 0.51 340 0.56 0.31
Hex 7D 23 41 0 48 30 33 154 38 1F
Octal 175 43 101 0 110 60 63 524 70 37
Binary 1111101 100011 1000001 0 1001000 110000 110011 101010100 111000 11111

Color Harmonies of #7D2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2341

Black with #7D2341

Text Example


Text Example

White with #7D2341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,35,65); }

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

background-color css

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

 a { background-color: rgb(125,35,65); }

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

border-color css

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

 span { border-color: rgb(125,35,65); }

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