Html Css Color HEX #7D385A Flirt

📋 copy color: '#7D385A'

red 125 ◦ green 56 ◦ blue 90

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

Shades of Flirt #7D385A

Tints of Flirt #7D385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.21%

R = 46.13%
G = 20.66%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D385A (or 0x7D385A) is known color: Flirt. HEX triplet: 7D, 38 and 5A. RGB value is (125,56,90). Sum of RGB (Red+Green+Blue) = 125+56+90=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D385A is #82C7A5. Grayscale: #505050. Windows color (decimal): -8570790 or 5912701. OLE color: 5912701.

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

Color convert

RGB 125 56 90 -
CMYK 0 0.55 0.28 0.51
HSL 330.43º 0.38% 0.35% -
HSV(B) 330.43º 0.55% 0.49% -
XYZ 11.72 7.93 10.59 -
YUV 80.51 133.36 159.74 -
System Red Green Blue C M Y K H S L
Decimal 125 56 90 0 0.55 0.28 0.51 330.43 0.38 0.35
Hex 7D 38 5A 0 37 1C 33 14A 26 23
Octal 175 70 132 0 67 34 63 512 46 43
Binary 1111101 111000 1011010 0 110111 11100 110011 101001010 100110 100011

Color Harmonies of #7D385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D385A

Black with #7D385A

Text Example


Text Example

White with #7D385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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