Html Css Color HEX #7D385B Flirt

📋 copy color: '#7D385B'

red 125 ◦ green 56 ◦ blue 91

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

Shades of Flirt #7D385B

Tints of Flirt #7D385B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 45.96%
G = 20.59%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D385B (or 0x7D385B) is known color: Flirt. HEX triplet: 7D, 38 and 5B. RGB value is (125,56,91). Sum of RGB (Red+Green+Blue) = 125+56+91=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 125 - color contains mainly: red. Hex color #7D385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D385B is #82C7A4. Grayscale: #505050. Windows color (decimal): -8570789 or 5978237. OLE color: 5978237.

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

Color convert

RGB 125 56 91 -
CMYK 0 0.55 0.27 0.51
HSL 329.57º 0.38% 0.35% -
HSV(B) 329.57º 0.55% 0.49% -
XYZ 11.76 7.94 10.81 -
YUV 80.62 133.86 159.65 -
System Red Green Blue C M Y K H S L
Decimal 125 56 91 0 0.55 0.27 0.51 329.57 0.38 0.35
Hex 7D 38 5B 0 37 1B 33 14A 26 23
Octal 175 70 133 0 67 33 63 512 46 43
Binary 1111101 111000 1011011 0 110111 11011 110011 101001010 100110 100011

Color Harmonies of #7D385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D385B

Black with #7D385B

Text Example


Text Example

White with #7D385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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