Html Css Color HEX #7D3357 Flirt

📋 copy color: '#7D3357'

red 125 ◦ green 51 ◦ blue 87

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

Shades of Flirt #7D3357

Tints of Flirt #7D3357

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.39%

 BLUE value IS 87 (34.38% from 255) = 33.08%

R = 47.53%
G = 19.39%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D3357 (or 0x7D3357) is known color: Flirt. HEX triplet: 7D, 33 and 57. RGB value is (125,51,87). Sum of RGB (Red+Green+Blue) = 125+51+87=263 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.53% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 87 (34.38% from 255 or 33.08% from 263); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3357 is #82CCA8. Grayscale: #4D4D4D. Windows color (decimal): -8572073 or 5714813. OLE color: 5714813.

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

Color convert

RGB 125 51 87 -
CMYK 0 0.59 0.30 0.51
HSL 330.81º 0.42% 0.35% -
HSV(B) 330.81º 0.59% 0.49% -
XYZ 11.36 7.42 9.85 -
YUV 77.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 125 51 87 0 0.59 0.30 0.51 330.81 0.42 0.35
Hex 7D 33 57 0 3B 1E 33 14B 2A 23
Octal 175 63 127 0 73 36 63 513 52 43
Binary 1111101 110011 1010111 0 111011 11110 110011 101001011 101010 100011

Color Harmonies of #7D3357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3357

Black with #7D3357

Text Example


Text Example

White with #7D3357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,87); }

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

background-color css

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

 a { background-color: rgb(125,51,87); }

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

border-color css

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

 span { border-color: rgb(125,51,87); }

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