Html Css Color HEX #7D3257 Flirt

📋 copy color: '#7D3257'

red 125 ◦ green 50 ◦ blue 87

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

Shades of Flirt #7D3257

Tints of Flirt #7D3257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

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

R = 47.71%
G = 19.08%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#7D3257 (or 0x7D3257) is known color: Flirt. HEX triplet: 7D, 32 and 57. RGB value is (125,50,87). Sum of RGB (Red+Green+Blue) = 125+50+87=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 87 (34.38% from 255 or 33.21% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3257 is #82CDA8. Grayscale: #4C4C4C. Windows color (decimal): -8572329 or 5714557. OLE color: 5714557.

HSL color Cylindrical-coordinate representation of color #7D3257: hue angle of 330.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3257 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 50 87 -
CMYK 0 0.60 0.30 0.51
HSL 330.4º 0.43% 0.34% -
HSV(B) 330.4º 0.6% 0.49% -
XYZ 11.32 7.33 9.83 -
YUV 76.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 125 50 87 0 0.60 0.30 0.51 330.4 0.43 0.34
Hex 7D 32 57 0 3C 1E 33 14A 2B 22
Octal 175 62 127 0 74 36 63 512 53 42
Binary 1111101 110010 1010111 0 111100 11110 110011 101001010 101011 100010

Color Harmonies of #7D3257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3257

Black with #7D3257

Text Example


Text Example

White with #7D3257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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