Html Css Color HEX #7D314B Flirt

📋 copy color: '#7D314B'

red 125 ◦ green 49 ◦ blue 75

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

Shades of Flirt #7D314B

Tints of Flirt #7D314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 75 (29.69% from 255) = 30.12%

R = 50.2%
G = 19.68%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7D314B (or 0x7D314B) is known color: Flirt. HEX triplet: 7D, 31 and 4B. RGB value is (125,49,75). Sum of RGB (Red+Green+Blue) = 125+49+75=249 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.20% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 125 - color contains mainly: red. Hex color #7D314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D314B is #82CEB4. Grayscale: #4A4A4A. Windows color (decimal): -8572597 or 4927869. OLE color: 4927869.

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

Color convert

RGB 125 49 75 -
CMYK 0 0.61 0.40 0.51
HSL 339.47º 0.44% 0.34% -
HSV(B) 339.47º 0.61% 0.49% -
XYZ 10.83 7.06 7.45 -
YUV 74.69 128.18 163.89 -
System Red Green Blue C M Y K H S L
Decimal 125 49 75 0 0.61 0.40 0.51 339.47 0.44 0.34
Hex 7D 31 4B 0 3D 28 33 153 2C 22
Octal 175 61 113 0 75 50 63 523 54 42
Binary 1111101 110001 1001011 0 111101 101000 110011 101010011 101100 100010

Color Harmonies of #7D314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D314B

Black with #7D314B

Text Example


Text Example

White with #7D314B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,75); }

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

background-color css

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

 a { background-color: rgb(125,49,75); }

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

border-color css

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

 span { border-color: rgb(125,49,75); }

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