Html Css Color HEX #7D385D Flirt

📋 copy color: '#7D385D'

red 125 ◦ green 56 ◦ blue 93

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

Shades of Flirt #7D385D

Tints of Flirt #7D385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 45.62%
G = 20.44%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7D385D (or 0x7D385D) is known color: Flirt. HEX triplet: 7D, 38 and 5D. RGB value is (125,56,93). Sum of RGB (Red+Green+Blue) = 125+56+93=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D385D is #82C7A2. Grayscale: #505050. Windows color (decimal): -8570787 or 6109309. OLE color: 6109309.

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

Color convert

RGB 125 56 93 -
CMYK 0 0.55 0.26 0.51
HSL 327.83º 0.38% 0.35% -
HSV(B) 327.83º 0.55% 0.49% -
XYZ 11.85 7.98 11.27 -
YUV 80.85 134.86 159.49 -
System Red Green Blue C M Y K H S L
Decimal 125 56 93 0 0.55 0.26 0.51 327.83 0.38 0.35
Hex 7D 38 5D 0 37 1A 33 148 26 23
Octal 175 70 135 0 67 32 63 510 46 43
Binary 1111101 111000 1011101 0 110111 11010 110011 101001000 100110 100011

Color Harmonies of #7D385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D385D

Black with #7D385D

Text Example


Text Example

White with #7D385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,56,93); }

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

background-color css

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

 a { background-color: rgb(125,56,93); }

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

border-color css

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

 span { border-color: rgb(125,56,93); }

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