Html Css Color HEX #7D2953 Flirt

📋 copy color: '#7D2953'

red 125 ◦ green 41 ◦ blue 83

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

Shades of Flirt #7D2953

Tints of Flirt #7D2953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 50.2%
G = 16.47%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D2953 (or 0x7D2953) is known color: Flirt. HEX triplet: 7D, 29 and 53. RGB value is (125,41,83). Sum of RGB (Red+Green+Blue) = 125+41+83=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2953 is #82D6AC. Grayscale: #464646. Windows color (decimal): -8574637 or 5450109. OLE color: 5450109.

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

Color convert

RGB 125 41 83 -
CMYK 0 0.67 0.34 0.51
HSL 330º 0.51% 0.33% -
HSV(B) 330º 0.67% 0.49% -
XYZ 10.81 6.57 8.88 -
YUV 70.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 125 41 83 0 0.67 0.34 0.51 330 0.51 0.33
Hex 7D 29 53 0 43 22 33 14A 33 21
Octal 175 51 123 0 103 42 63 512 63 41
Binary 1111101 101001 1010011 0 1000011 100010 110011 101001010 110011 100001

Color Harmonies of #7D2953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2953

Black with #7D2953

Text Example


Text Example

White with #7D2953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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