Html Css Color HEX #7D3453 Flirt

📋 copy color: '#7D3453'

red 125 ◦ green 52 ◦ blue 83

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

Shades of Flirt #7D3453

Tints of Flirt #7D3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 48.08%
G = 20%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#7D3453 (or 0x7D3453) is known color: Flirt. HEX triplet: 7D, 34 and 53. RGB value is (125,52,83). Sum of RGB (Red+Green+Blue) = 125+52+83=260 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3453 is #82CBAC. Grayscale: #4D4D4D. Windows color (decimal): -8571821 or 5452925. OLE color: 5452925.

HSL color Cylindrical-coordinate representation of color #7D3453: hue angle of 334.52º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3453 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 83 -
CMYK 0 0.58 0.34 0.51
HSL 334.52º 0.41% 0.35% -
HSV(B) 334.52º 0.58% 0.49% -
XYZ 11.25 7.44 9.03 -
YUV 77.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 125 52 83 0 0.58 0.34 0.51 334.52 0.41 0.35
Hex 7D 34 53 0 3A 22 33 14F 29 23
Octal 175 64 123 0 72 42 63 517 51 43
Binary 1111101 110100 1010011 0 111010 100010 110011 101001111 101001 100011

Color Harmonies of #7D3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3453

Black with #7D3453

Text Example


Text Example

White with #7D3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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